bun install
bundle install
Follow existing codebase conventions and style.
- Fix any test or type errors until the whole suite is green.
- After moving files or changing imports, be sure linters still pass.
- Add or update tests for the code you change, even if nobody asked.
- Follow the Frontend Contributor Guide
for frontend work (changes to files in the
frontend/directory). - Follow the Backend Contributor Guide
for backend work (changes to files in the
app/orspec/directories).