Projektseite für das Projekt Graefekiez in Berlin
Learn more at https://projekt-graefekiez.de/.
This project uses Gatsby.
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.