Join the ETHBerlin³ Matrix space to contribute: https://matrix.to/#/#ethberlin:matrix.org
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