Contributions are welcome! If you have a feature suggestion or found a bug, feel free to open a pull request or issue.
This repo does not include a backend. If you need API functionality, build it using the main site repo.
The backend/API used by this site is not for personal or public use.
Please do not ask for API code.
- Do not negatively impact performance. If your PR affects rendering, networking, or runtime behavior, explain why.
- Do not introduce any form of user tracking.
- Follow the existing code style and structure. Do not reformat unrelated code.
- Keep PRs focused on one feature or fix per PR.
- Any new dependency must be justified. Explain why a native solution isn't sufficient.
Make sure you have Bun installed, then run the following in the app folder:
bun install
bun run dev