mirror of
https://github.com/papra-hq/papra
synced 2026-04-21 13:37:23 +00:00
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| astro.config.ts | ||
| CHANGELOG.md | ||
| eslint.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| uno.config.ts | ||
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.