The initial goal of this project is to serve as a base level POC for Tableland.
For detailed explanation on how things work, check out the documentation.
quickstart:
# install dependencies
$ npm install
# set validator address, default is http://localhost:8545
$ export VALIDATOR=http://tableland.com
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
# after generate serve the static project locally
$ npx nuxt start