Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

snaplet/docs-old

Repository files navigation

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.