The documentation website for Reaparr.
Hosted on https://www.reaparr.rocks/
Make sure to install the dependencies:
bun install
Start the development server on http://localhost:4000
bun run dev
Build the application for production:
bun run generate
Locally preview production build:
bun run preview
Checkout the deployment documentation for more information.