The hotly anticipated sequel to the classic text-based adventure game. Play as a new, bright-eyed IT helpdesk technician at Incompecorp. Your job is to help customers with their IT issues, avoid disaster and improve your skills one ticket at a time.
Play it at Helpdesk.
You need Node.js installed on your machine. Simply download the installer from nodejs.org and go through the installation steps.
Once Node.js is installed, open your command prompt or terminal and navigate into this project folder. The you can install the dependencies using:
npm install
Once all the dependencies are successfully installed, you can run the tests with:
npm test
You can run the development server with:
npm start
Then you can visit localhost:3000 to see the running application.
- zakwarren - Initial work