docs-old
docs-old copied to clipboard
Snaplet Documentation
trafficstars
Snaplet Documentation
Welcome to the repo containing Snaplet Documentation. You can access the documentation at docs.snaplet.dev.
Development
The Snaplet Documentation is built using Docusaurus 2.
Install and start development server
npm i
npm run start
Build
npm build
This command generates static content into the build directory and can be served using any static contents hosting service.