*Vaultify is your effortless solution to automatically track and preserve your monthly music journey -- creating personalized playlists that capture your evolving taste without the hassle.*
👥 Team Members: Matthew Bui, Michael Lam, Dillon (Hongwei) Li, Michelle Li, Thomas Orifici
======================================================
- Clone this repository into your GitHub desktop application.
- Open up the folder of the repo in your preferred IDE (i.e. Visual Studio Code).
- In the root folder ("Vaultify"), make sure you install dependencies using
npm run build. - Run
npm startornpm run devto start the application. - Then, if any changes were made to the components, run the command
npm run buildin the client folder before runningnpm startagain.
======================================================
All pull requests will be automatically linted and checked for formatting. To check your code locally, run npm run lint and npm run format:check.
To fix formatting errors, run npm run format:fix.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh