papra/apps/docs
2026-04-03 16:58:31 +02:00
..
public chore(cf): added security headers in docs and papra-client (#307) 2025-05-25 12:05:38 +00:00
src chore(docs): remove lodash-es dependency (#1001) 2026-04-03 16:58:31 +02:00
.gitignore refactor(docs): using starlight theme (#59) 2025-01-10 20:31:50 +01:00
astro.config.ts refactor(posthog): normalize endpoint env var name (#890) 2026-02-14 00:29:49 +00:00
CHANGELOG.md chore(release): update versions (#509) 2025-09-24 17:00:01 +02:00
eslint.config.js chore(lint): update eslint and config (#834) 2026-01-29 13:32:56 +00:00
package.json chore(docs): remove lodash-es dependency (#1001) 2026-04-03 16:58:31 +02:00
README.md feat(docs): updates README files (#125) 2025-02-02 22:41:56 +00:00
tsconfig.json feat(doc): added a papra docker compose generator (#293) 2025-05-23 21:24:08 +00:00
uno.config.ts chore(deps): mutualized unocss related dependencies (#801) 2026-01-25 13:43:38 +01:00

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.