https://github.com/choyiny/cscc09.com
Programming on the Web at the University of Toronto Scarborough
https://github.com/choyiny/cscc09.com
Last synced: 2 months ago
JSON representation
Programming on the Web at the University of Toronto Scarborough
- Host: GitHub
- URL: https://github.com/choyiny/cscc09.com
- Owner: choyiny
- Created: 2022-04-15T00:29:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T00:06:29.000Z (11 months ago)
- Last Synced: 2025-03-28T07:51:15.236Z (3 months ago)
- Language: JavaScript
- Homepage: https://cscc09.com
- Size: 4.59 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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**
```shell
cd cscc09.com/
yarn install
```2. **Start developing.**
Navigate into your new site’s directory and start it up.
```shell
yarn dev
```3. **Open the code and start customizing!**
Your site is now running at http://localhost:5173!