Go to file
Roman Storm 2bcadbb351
bsc
2021-06-09 12:47:38 -07:00
.github init 2020-10-08 18:15:45 -07:00
abi fixes 2020-11-03 23:26:19 +03:00
assets update active state 2020-12-09 23:38:42 +10:00
components bsc 2021-06-09 12:47:38 -07:00
langs bsc 2021-06-09 12:47:38 -07:00
layouts binance support 2021-06-02 12:47:40 +03:00
middleware init 2020-10-08 18:15:45 -07:00
pages bsc 2021-06-09 12:47:38 -07:00
plugins update provider 2020-11-18 02:30:11 +10:00
static bsc 2021-06-09 12:47:38 -07:00
store binance support 2021-06-02 12:47:40 +03:00
utillites save provider to localStorage 2020-11-03 22:27:23 +10:00
.editorconfig init 2020-10-08 18:15:45 -07:00
.eslintrc.js init 2020-10-08 18:15:45 -07:00
.gitignore init 2020-10-08 18:15:45 -07:00
.prettierrc init 2020-10-08 18:15:45 -07:00
README.md init 2020-10-08 18:15:45 -07:00
jsconfig.json init 2020-10-08 18:15:45 -07:00
networkConfig.js binance support 2021-06-02 12:47:40 +03:00
nuxt.config.js add goerli 2020-12-12 12:19:11 -08:00
package.json allow unclean 2020-11-30 12:42:10 -08:00
yarn.lock Merge branch 'master' of github.com:tornadocash/tornado-governance-deployment-ui 2020-11-19 13:26:36 +03:00

README.md

governance-dep-ui

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.