Skip to content

ethb3rlin/3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

acb58ef · Apr 6, 2024
Aug 5, 2022
Apr 6, 2024
Sep 9, 2022
Sep 1, 2022
Aug 5, 2022
Sep 30, 2022
Jul 19, 2022
Sep 22, 2022
Nov 13, 2022
Jul 17, 2022
Nov 13, 2022
Jun 4, 2022
Jul 27, 2022

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