Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 343 Bytes

File metadata and controls

31 lines (20 loc) · 343 Bytes

EthGlobal 2021's Web3 Weekend

Getting Started

Install the dependencies

npm install

Run the development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Building

Build the project

npm run build

And serve

npm run start