Install project dependencies with yarn or npm (recommendation is to use yarn)
$ yarn
- Gatsby - React based static site generator
- Preact - 3KB React Alternative
- Airbnb ESLint Config - linting
Scripts | Description |
---|---|
develop | this will kick off a local gatsby development environment |
build | this will generate the static site to the 'public' directory |