https://github.com/techplexengineer/pipitdisplay
Quick and dirty pit dashboard showing match schedule, next match and even rankings.
https://github.com/techplexengineer/pipitdisplay
Last synced: about 1 year ago
JSON representation
Quick and dirty pit dashboard showing match schedule, next match and even rankings.
- Host: GitHub
- URL: https://github.com/techplexengineer/pipitdisplay
- Owner: TechplexEngineer
- License: gpl-2.0
- Created: 2020-03-02T23:03:20.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T11:24:42.000Z (over 3 years ago)
- Last Synced: 2025-01-07T23:36:15.688Z (about 1 year ago)
- Language: Vue
- Homepage: https://pipitdisplay.now.sh
- Size: 871 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipitdash
> FRC Pit Display
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).