This is the source code for the CSCD01 course website.
Enjoy the course!
-
Install dependencies
cd cscd01.com/ yarn install
-
Start developing.
Navigate into your new site’s directory and start it up.
yarn dev
-
Open the code and start customizing!
Your site is now running at http://localhost:5173!