Promotional website for TartanHacks, Pittsburgh and CMU's largest hackathon!
Install the dependencies and run the server via Bun:
bun install
bun run build
bun start
After running these commands, you will see the changes on http://localhost:3000
Claim an issue by assigning it to yourself. Then, create a branch for the issue you're working on. Follow the <feature>
naming convention for your branch.
e.g. Add-Prettier-Support
After you finish working on your feature, create a new PR and request someone to review it.