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

23 lines
595 B
Markdown

# Papra - Docs website
This is the documentation website for [Papra](https://papra.app).
This website is built using [Astro](https://astro.build), and based on the [Starlight](https://starlight.astro.build) module styled with [HiDeoo/starlight-theme-rapide](https://github.com/HiDeoo/starlight-theme-rapide) theme.
## Development
To start the development server, run:
```bash
# 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](http://localhost:4321).