Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 900 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 900 Bytes

WatCourses

The frontend for WatCourses, a website to help undergraduate students at the University of Waterloo plan their degrees. The website is located at watcourses.com.

Running locally

Clone the repo

$ git clone https://github.com/WatCoursePlanner/frontend.git
$ cd frontend

Install dependencies and get it running

$ yarn
$ yarn start

The app will be running at http://localhost:3000

To build, run

$ yarn build

Tech stack

License

This program is licensed under AGPLv3.