Installation
Node.js Installation
First, install the latest version of Nodejs here.
GameJS Installation
Just follow these simple steps to install GameJS!
-
Download and unzip this repo.
-
If you want to save file space, you can delete the following files/folders:
/.git (this folder is hidden, so you may not see it) /.github (this folder is hidden, so you may not see it) /docs /Licenses LICENSE README.md GameJS Logo.png GJS small.png
Launching the apps
-
Open your command line interface (the Terminal app on MacOS or Command Prompt in Windows)
-
Cd to the downloaded folder. (example: if it is in your Downloads folder run:
cd ~/Downloads/GameJS-master
) - Cd to the App folder.
- Run
npm test
Alternatively, you could run the launchApp.sh
script from the GameJS folder.