Welcome to the server.
To run this webtoy, you will need:
- nodejs: https://nodejs.org
- yarn:
$ sudo npm i -g yarn(after installing node)
-
Clone this repository:
$ git clone https://github.com/koryschneider/hack-the-mainframe
(or download as a zip file, green button top right) -
Navigate to the folder:
$ cd hack-the-mainframe -
Install dependencies:
$ yarn -
Start process:
$ yarn start -
Go to
localhost:8080in your browser
