https://github.com/team3256/wd
Warrior Dashboard. William's Demise.
https://github.com/team3256/wd
dashboard frc networktables
Last synced: 4 months ago
JSON representation
Warrior Dashboard. William's Demise.
- Host: GitHub
- URL: https://github.com/team3256/wd
- Owner: Team3256
- Created: 2024-03-24T20:36:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T16:59:03.000Z (4 months ago)
- Last Synced: 2025-02-01T03:42:24.779Z (4 months ago)
- Topics: dashboard, frc, networktables
- Language: Svelte
- Homepage:
- Size: 9.76 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WD
> WD stands for whatever you want it to stand for
Updated for Reefscape 2025.
Behold, in all of its glory (we only have dark mode for now):

## Developing
We use [Bun](https://bun.sh/)
Once you've installed dependencies with `bun install`, start a development server:
```bash
bun run tauri dev
```## Building
To create a production version of the app:
```bash
bun run tauri build
```You can preview the production build with `bun run preview`.