Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team3256/wd
Warrior Dashboard. William's Demise.
https://github.com/team3256/wd
dashboard frc networktables
Last synced: 3 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:47:38.000Z (7 months ago)
- Last Synced: 2024-09-26T13:42:37.244Z (3 months ago)
- Topics: dashboard, frc, networktables
- Language: Svelte
- Homepage:
- Size: 8.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WD
> WD stands for whatever you want it to stand for
Behold, in all of its glory:
![Ryan Abraham's Best Friend](./screenshot-light.png)
Dark mode (adaptive to system settings):
![Ryan Abraham's Best Friend](./screenshot-dark.png)
## Developing
Once you've installed dependencies with `pnpm install`, start a development server:
```bash
pnpm run tauri dev
```## Building
To create a production version of your app:
```bash
pnpm run tauri build
```You can preview the production build with `pnpm run preview`.