Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 543 Bytes

File metadata and controls

29 lines (18 loc) · 543 Bytes

CSCC09 - Programming on the Web

This is the source code for the CSCC09 course website.

Enjoy the course!

🚀 Quick start

Prerequisites: Node 18+ and Yarn 1.22+ installed.

  1. Install dependencies and pre-commit hooks

    cd cscc09.com/
    yarn install
    npx simple-git-hooks
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    yarn dev
  3. Open the code and start customizing!

    Your site is now running at http://localhost:5173!