Skip to content

sipb/courseroad2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b156911 · Jan 29, 2025
May 21, 2024
Feb 19, 2020
Jan 26, 2025
Sep 29, 2024
Feb 17, 2024
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Oct 6, 2024
Sep 29, 2024
Sep 29, 2024
Jan 22, 2021
Mar 6, 2023
May 30, 2024
Jan 22, 2021
May 30, 2024
Mar 4, 2019
Jan 29, 2025
Jan 12, 2021
Jan 8, 2025
Jan 8, 2025
Mar 29, 2021
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024

Repository files navigation

CourseRoad 2.0

CourseRoad is a tool for planning out your classes over your entire time at MIT. It makes it easy to explore different majors and minors, view your progress towards their requirements, and choose which classes to take when in order to maximize your time at MIT. CourseRoad allows you to look more than one semester ahead make fully informed choices about the big picture.

Installation

npm install

Running

npm run dev then go to http://localhost:8080/.

Publishing

How to push changes to the live site:

./deploy.sh [dev|prod] [kerberos]

which will deploy the code to the dev and main sites respectively.

Very important: Always deploy to dev and test it before deploying to prod!