For starting developing, the following steps could be helpful for getting started:
- Use or nvm to install Node.js:
nvm use
- Install dependenices:
npm install
- Start gatsby develop service:
npm start
- Use
npm run build && npx serve public
to test the build - Husky: We run our checks on push. Use
git push --no-verify
to force-skip them.
There is a .env.development
and a .env.production
file, which provide the keys to some services.