The classic jumble game
- Install Visual Studio Code
- Install Node.js version 16.11.1
- Install git
- Clone the repository:
git clone https://github.com/bcnoexceptions/word-warp.git - Change to the new directory:
cd word-warp - Install packages:
npm install --frozen-lockfile - Run from the command line:
npm run start, or start VSCode:code .and run from the Run and Debug Tab by selecting the Node.js configuration and selecting Run script: start word-warp