Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 576 Bytes

File metadata and controls

39 lines (24 loc) · 576 Bytes

Reaparr Docs

The documentation website for Reaparr.

Hosted on https://www.reaparr.rocks/

Contributing

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:4000

bun run dev

Production

Build the application for production:

bun run generate

Locally preview production build:

bun run preview

Checkout the deployment documentation for more information.