Tool for shelters to organize volunteers and mange transports
We're using React, Vite, and MUI for the front end. You'll need node version 18 or greater.
Clone the project and run npm install
Run npm run dev to build the project!
Seeing Typscript errors? Make sure your Visual Studio Code is up to date (1.92 is now out)
Please configure your editor to format on save using the project's prettier config file
Move the issue you want to work on to in progress and assign yourself
Pull the latest changes and checkout a new branch from main, branch naming should be issueNumber-short-description-of-issue (ex. 1-add-mui)
Work on your issue and push your branch to the remote repo
Create a pull request for your branch to main!
For a refresher on git and Github
Try this studio for practice!