TESRIDE uses a number of open source projects:
[Bootstrap] - great UI boilerplate for modern web apps
[node.js] - evented I/O for the backend
[Express] - fast node.js network app framework
(Make sure that Node.js is installed on your machine: https://nodejs.org/en/ )
Open a terminal in mac or a command prompt in window and type:
$ git clone https://github.com/Booyam/tesride.git
$ cd tesride
$ sudo npm install
To start your application using a terminal in mac or a command prompt in window type:
$ node app.js
Access application at http://localhost:3000/