https://github.com/proofoftom/maci-ui
A demonstration user interface for the Minimal Anti-Collusion Infrastructure (MACI)
https://github.com/proofoftom/maci-ui
Last synced: 3 months ago
JSON representation
A demonstration user interface for the Minimal Anti-Collusion Infrastructure (MACI)
- Host: GitHub
- URL: https://github.com/proofoftom/maci-ui
- Owner: proofoftom
- Created: 2020-06-10T07:19:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:45:38.000Z (over 3 years ago)
- Last Synced: 2026-01-03T17:27:18.764Z (6 months ago)
- Language: Vue
- Size: 3.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maci-ui-nuxt
> A demonstration user interface for the Minimal Anti-Collusion Infrastructure (MACI)
## Build Setup
```bash
# 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](https://nuxtjs.org).