Frontend for a Blockchain-based tendering system.
See backend repository: MarkNjunge/blockchain-tendering-backend
Submitted as a 4th year project to Strathmore University.
# install dependencies
$ yarn install
# serve with hot reload at localhost:8080
$ 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.