/3

Website for ETHBerlin 3

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

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