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
node
version >= 6 and annpm
version >= 3.x.x
First, clone the repo via git:
$ git clone --depth=1 https://github.com/axelspringer/tortuga-techradar.git
And then install dependencies with npm
.
$ cd tortuga-techradar
$ npm i
##Run
Start the server via:
$ npm run server
Your server is now running on localhost (127.0.0.1), by default on port 8081 (displayed in console)