Skip to content

keller-mark/compsci279r-doodle

Repository files navigation

compsci279r-doodle

How to open hosted version

Navigate to https://keller-mark.github.io/compsci279r-doodle/?task=1&week=a in a web browser.

How to open locally

  1. Install NodeJS and NPM

  2. Run npm install to install the dependencies specified in package.json

  3. In a terminal, run the following to start the development server:

npm run dev

Resources

No tutorial was used to complete this assignment. All online resources used are referenced in the comments in the code.