This is the course website for CSCI442: Operating Systems at the Colorado School of Mines.
- Install NodeJS
- Clone this repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Go to the URL the development server prints (usually
http://localhost:5173
) - Edit the files in the
src
directory - Commit your changes and GitHub Actions will automatically deploy the changes to the live site.