This is the source code for the CSCC09 course website.
Enjoy the course!
Prerequisites: Node 18+ and Yarn 1.22+ installed.
-
Install dependencies
cd cscc09.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!