Files
papra/apps/docs/README.md
2025-02-02 22:41:56 +00:00

595 B

Papra - Docs website

This is the documentation website for Papra.

This website is built using Astro, and based on the Starlight module styled with HiDeoo/starlight-theme-rapide theme.

Development

To start the development server, run:

# Navigate to the docs directory
cd apps/docs

# Install dependencies
pnpm install

# Start the development server
pnpm dev

The development server will start at http://localhost:4321.