Join the ETHBerlin³ Matrix space to contribute: https://matrix.to/#/%23ethberlin:dod.ngo
Install dependencies
npm install
The website is built with Gatsby
Install gatsby globally with
npm i -g gatsby
and run with
gatsby develop
or you can use npx to run without the global dependency
npx gatsby develop