Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 363 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 363 Bytes

eth-hackathon-2022

How to run

Backend

go run cmd/dgraph/dgraph.go

Frontend

  • Requirement:
    • Install nodejs and yarn
yarn build
yarr start

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