Skip to content

roboflow/cheatsheet-supervision

Repository files navigation

Local development

# Install dependencies
npm install

# Run
npm run dev

Deployment

The site is hosted on GitHub pages.

# Build & Deploy to GitHub pages
npm run deploy