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
yarn
yarn start
Build
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.