forked from tornadocash/nova-ui
User interface for Tornado Cash Nova.
_contracts | ||
abi | ||
assets | ||
components | ||
constants | ||
containers | ||
contracts | ||
layouts | ||
modals | ||
pages | ||
plugins | ||
services | ||
static | ||
store | ||
types | ||
utilities | ||
.env.example | ||
.gitignore | ||
app.html | ||
Dockerfile | ||
ipfsUpload.ts | ||
nuxt.config.ts | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
tornado-new
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.