mirror of
https://github.com/papra-hq/papra.git
synced 2026-05-02 11:30:07 -05:00
21 lines
366 B
Markdown
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).
|