/soar-progress

The webpage for Rice students to check their progress towards their soar requirements to receive their education-based benefits. You can read more about the program at https://www.athletenetwork.com/network/riceowlssoar.

Primary LanguageTypeScript

SOAR Progress

Running the Project

  1. Clone the repo by running git clone https://github.com/rkuhlf/soar-progress.git in the command line.

  2. Run npm install to install all of the dependencies for the project.

  3. Run npm run dev in the command line to start the development server.

Editing the Project

  1. Make the edits on your local version of your project.

  2. Add the files you want to commit in the version control on the left.

  3. Commit and push the changes for them to be propagated into the cloud version.

Note: You should also fetch the project periodically. I think that VS Code has a button that does that.