Skip to content

ethb3rlin/3

Repository files navigation

ETHBerlin³ (2022) Website

Join the ETHBerlin³ Matrix space to contribute: https://matrix.to/#/#ethberlin:matrix.org

Run

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