"fork" of Jacob's Defender game
###Installation: (this assumes you're using brackets)
-
node/npm
If you don't already, install either Homebrew for Mac or Scoop for Windows to install.
Then eitherbrew install node
orscoop install nodejs
check if node an npm have installed by runningnpm help
andnode
-
open terminal or command prompt
-
cd /path/to/Defender
cd
means "change directory" but replacepath/to/Defender
with the actual file path to the Defender file -
npm install
###Running:
-
Open terminal
-
Once again,
cd /path/to/Defender
-
npm run watch
-
Using brackets run live preview on
index.html