An open API service indexing awesome lists of open source software.

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

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
```