Skip to content

sunnah-now/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunnah.now Documentation Site

This is a standalone documentation server built with VitePress.

Getting Started

From the monorepo root:

  • make docs-dev: Runs the documentation site in development mode.
  • make docs-build: Builds the documentation site.

Locally within this directory:

  • npm install
  • npm run dev

Structure

  • api/: Documentation for the API routes.
  • guide/: General guides and setup information.
  • .vitepress/: VitePress configuration and theme.