https://github.com/roboflow/cheatsheet-supervision
Supervision cheatsheet website, coded up in Svelte
https://github.com/roboflow/cheatsheet-supervision
Last synced: about 1 year ago
JSON representation
Supervision cheatsheet website, coded up in Svelte
- Host: GitHub
- URL: https://github.com/roboflow/cheatsheet-supervision
- Owner: roboflow
- Created: 2024-07-02T11:53:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:05:56.000Z (over 1 year ago)
- Last Synced: 2025-04-30T20:50:51.700Z (about 1 year ago)
- Language: Svelte
- Homepage: https://roboflow.github.io/cheatsheet-supervision/
- Size: 580 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local development
```bash
# Install dependencies
npm install
# Run
npm run dev
```
## Deployment
The site is hosted on GitHub pages.
```bash
# Build & Deploy to GitHub pages
npm run deploy
```