Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Aug 21, 2024
1 parent e74e813 commit f7838ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ This applies to politics around the world, and to Polkadot.

To increase turnout (1-3% currently) we need more participation, which leads to more decentralization
Delegation is a way to give power to delegatees, that can vote on your behalf.

## Development
Requirements, [node](https://nodejs.org/en/download/package-manager/current) and [pnpm](https://pnpm.io/installation). <-- install them by clicking on the links

To run the project
- clone this repo
`git clone https://github.com/delegit-xyz/dashboard.git && cd dashboard`
- install dependencies
`pnpm install`
- run in dev mode
`pnpm dev`
- enjoy on http://localhost:5173

0 comments on commit f7838ea

Please sign in to comment.