Files
papra/apps/papra-server/README.md
2025-02-02 22:41:56 +00:00

366 B

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.