mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-29 19:09:09 -06:00
Papra - App Client
This is the server for Papra.
Development
Important
Unless you are developing for the demo mode (
VITE_IS_DEMO_MODE=truein adjacent.envfile), you will need to have the server running locally. See the server README for instructions on how to start the server.
To start the development server, run:
# Navigate to the docs directory
cd apps/papra-client
# Install dependencies
pnpm install
# Start the development server
pnpm dev
The development server will be available at http://localhost:3000.