CS20 contains materials related to computer science undergrad students, specifically for HIT students.
.
Start off by downloading/cloning the cs20 repository.
In order to move on to the next steps you will need to have yarn installed.
After installing yarn, navigate through the command line into the cs20 folder that you have just downloaded/cloned.
In the command line run the command "yarn install" - the command will install all the packages that are essential for the application in order for it to run.
Once all of the packages have been installed run the command "yarn start" in the command line. You can now access cs20 locally through the address localhost:3000 / 127.0.0.1:3000
.
.
.
.
.
You are free to use the files as you see fit.