Documentation
Editing a Page
Every page has an Edit this page link at the bottom. Clicking it will take you directly to the file on GitHub.
From there:
- Make your changes in the Markdown editor
- When done, click on "Commit Changes" at the top right of the page
- Add a descriptive commit message about what you changed
- Scroll down and ensure the "Create a new branch for this commit and start a pull request" option is selected
- The branch name will be automatically generated based on your commit message, but you can change it if you want
- Submit the pull request
That's it — no cloning or local environment needed.
Running Locally
If you want to preview your changes locally before submitting:
- Clone your fork
- Install dependencies:
bun install - Start the development server:
bun run dev - Open http://localhost:4000 in your browser
Writing Content
Documentation pages are written in Markdown and live in the content/docs directory. Refer to the Nuxt Content docs for supported syntax and components.
Overview
Show your support for Reaparr and help the project grow! This page outlines various ways you can contribute to the development and improvement of Reaparr, whether you're a programmer, writer, tester, or just a fan of the project.
Project development
Instructions for setting up a local development environment, project structure overview, and contribution guidelines for Reaparr.