Inspired by the ThoughtWorks Tech Radar: http://www.thoughtworks.com/radar/ and used the work of bdargan.
Displays current opinion of Techniques, Tools, Platform & Services and Languages & Frameworks used within the development of Tortuga
##Install
requires a
nodeversion >= 6 and annpmversion >= 3.x.x
First, clone the repo via git:
$ git clone --depth=1 https://github.com/axelspringer/tortuga-techradar.gitAnd then install dependencies with npm.
$ cd tortuga-techradar
$ npm i##Run
Start the server via:
$ npm run serverYour server is now running on localhost (127.0.0.1), by default on port 8081 (displayed in console)