The CMU Housing project is hosted at https://cmuhousing.com, however it is currently in alpha and lacks functionality in many regards. Take it as a demo of what the site will appear like, not an MVP.
This project is split into the frontend (/apps/frontend) and the backend (/apps/backend/). The instructions for running each component can be found in their README files.
Before pushing code, it is required that you lint and format it to ensure proper format and consistancy. You can do this with the following commands in the root directory of this project (where this README is located).
# You only need to do this once to install required packages
bun install
bun run lint
bun run format