https://github.com/wavesplatform/waves-dao-ui
https://github.com/wavesplatform/waves-dao-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wavesplatform/waves-dao-ui
- Owner: wavesplatform
- Created: 2023-05-15T09:12:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T08:31:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T11:53:23.290Z (about 1 year ago)
- Language: TypeScript
- Size: 15.1 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waves Dao ✊
### how to run
```npm install```
For dev:
```npm run dev```
For build :
```npm run build```
```npm run build:testnet```
By default selected network is 'mainnet'. You can pass env variable to change it before run or build app.
```VITE_NETWORK=testnet npm run dev``` for example
In package.json you can find scripts for build and run app with selected network.