Files
papra/apps/papra-server

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.