mirror of
https://github.com/papra-hq/papra.git
synced 2026-05-03 03:23:47 -05:00
23 lines
595 B
Markdown
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).
|