Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 335 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 335 Bytes

ETHBerlin04 Website

Join the ETHBerlin Matrix space to contribute: #ethberlin:dod.ngo

Run

The website is built with Gatsby

Install dependencies

npm install

use npx to run without the global dependency

npx gatsby develop

Build

Build with

npm run build