Files
2025-02-02 22:41:56 +00:00

21 lines
366 B
Markdown

# Papra - App server
This is the server for [Papra](https://papra.app).
## Development
To start the development server, run:
```bash
# 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](http://localhost:1221).