https://github.com/colbydude/among-us-roulette
Simple app for the "roulette" game type in Among Us.
https://github.com/colbydude/among-us-roulette
among-us
Last synced: 5 months ago
JSON representation
Simple app for the "roulette" game type in Among Us.
- Host: GitHub
- URL: https://github.com/colbydude/among-us-roulette
- Owner: Colbydude
- Created: 2020-10-13T01:34:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T10:24:21.000Z (over 4 years ago)
- Last Synced: 2025-05-28T18:06:45.665Z (about 1 year ago)
- Topics: among-us
- Language: Vue
- Homepage: https://among-us-roulette.colbydude.com
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# among-us-roulette
## Project setup
```
yarn install
```
### 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/).