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

Latest commit

 

History

History
22 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 499 Bytes

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.