Skip to content

ntourne/geers-workshop-dapp

Repository files navigation

GEERS - Workshop dApp

About

This repository was created as part of the the workshop of dApp development hosted by GEERS.

Set up project

  1. Clone repository.

  2. Install dependencies using yarn, npm or similar.

yarn # npm install
  1. Start project in your local environment:
yarn dev # npm run dev
  1. It will start your project on http://localhost:5173/. Port can be different.

Demo

You can also visit a demo site at https://geers-workshop-dapp.vercel.app/.