Go to file
Danil Kovtonyuk 89368a16cd
fix: link
2021-06-25 21:20:09 +03: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 fix: link 2021-06-25 21:20:09 +03:00
langs polygon 2021-06-23 15:18:14 +03:00
layouts polygon 2021-06-23 15:18:14 +03:00
middleware init 2020-10-08 18:15:45 -07:00
pages polygon 2021-06-23 15:18:14 +03:00
plugins update provider 2020-11-18 02:30:11 +10:00
static polygon 2021-06-23 15:18:14 +03:00
store polygon 2021-06-23 15:18:14 +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 polygon 2021-06-23 15:18:14 +03:00
nuxt.config.js add goerli 2020-12-12 12:19:11 -08:00
package.json polygon 2021-06-23 15:18:14 +03:00
yarn.lock polygon 2021-06-23 15:18:14 +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.