Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 405 Bytes

UC Davis Schedule Builder

This is a website that will generate valid schedules based on whichever courses you wish to take at UC Davis.

Using this repo

This is build using react. npm is used to handle packages. Following are some useful commands:

npm install run this first

npm start builds and runs a local web server to test

npm deploy builds and pushes just the build to Github pages