https://github.com/bongudth/unihack-voting
https://github.com/bongudth/unihack-voting
gdsc-dut unihack
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bongudth/unihack-voting
- Owner: bongudth
- Created: 2022-06-20T12:36:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T04:34:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T13:58:51.193Z (5 months ago)
- Topics: gdsc-dut, unihack
- Language: JavaScript
- Homepage: https://unihack-voting.netlify.app/
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unihack-voting
## Project setup
```
yarn
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).