Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 410 Bytes

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