Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 394 Bytes

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.