Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 457 Bytes

File metadata and controls

10 lines (8 loc) · 457 Bytes

Course Path

Home of the unofficial "Course Path" tool for visualizing a sequence of computer science classes at the University of Illinois at Urbana-Champaign.

Getting Started

  1. Cone this repo via SSH. cd into the project root.
  2. npm i from the project root.
  3. npm run dev builds a local dev-only version of the site.
  4. Please Run npm run build before pushing your changes to the repo.
  5. Preview the built app with npm run preview