This repository was created as part of the the workshop of dApp development hosted by GEERS.
-
Clone repository.
-
Install dependencies using
yarn
,npm
or similar.
yarn # npm install
- Start project in your local environment:
yarn dev # npm run dev
- It will start your project on http://localhost:5173/. Port can be different.
You can also visit a demo site at https://geers-workshop-dapp.vercel.app/.