Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 458 Bytes

CSCD01 - Engineering Large Software Systems

This is the source code for the CSCD01 course website.

Enjoy the course!

🚀 Quick start

  1. Install dependencies

    cd cscd01.com/
    yarn install
  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!