Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 947 Bytes

File metadata and controls

26 lines (18 loc) · 947 Bytes

Contributing

Contributions are welcome! If you have a feature suggestion or found a bug, feel free to open a pull request or issue.

API Usage

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.

Guidelines

  • 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.

Developing

Make sure you have Bun installed, then run the following in the app folder:

bun install
bun run dev