Intro to HTML, CSS, and JS by building a modular, component based choose your own adventure game.
First, install Node 20 (LTS)
- https://nodejs.org/en/download
- include the installation of "Chocolaty" package manager
Download and install Github Desktop
- https://desktop.github.com/ Download and install Git
- https://git-scm.com/download/win
Download and install VS Code
- https://code.visualstudio.com/
- Clone this repo
- Open Terminal, and navigate to the repository
- Run
npm install
to install project dependencies - Run
npm run dev
to start the server