mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-17 18:59:51 -06:00
Papra - App server
This is the server for Papra.
Development
To start the development server, run:
# Navigate to the docs directory
cd apps/papra-server
# Install dependencies
pnpm install
# Start the development server
pnpm dev
The development server will be available at http://localhost:1221.