Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

FixMyBerlin/projekt-graefekiez.de

Repository files navigation

Projektseite für das Projekt Graefekiez in Berlin

THIS PROJECT WAS DISCONTINUED IN MARCH 2024

About

Learn more at https://projekt-graefekiez.de/.

Development

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.