Skip to content

🪚 SuperCut

  • SuperCut Folder
  • Lastest v2025.beta.2

How to Run

To run the development documentation server:

bash
npm run docs:dev

This will start the VitePress development server, typically available at http://localhost:5173.

Other available commands:

  • npm run docs:build - Build the documentation for production
  • npm run docs:preview - Preview the built documentation locally