This project contains the code used for running the front-end of TechOnMap, a collaborative and open data map of the digital organizations located in the Paris Region. This map was designed by La Fonderie and developed by Ubimix.
git clone https://github.com/ubimix/techonmap-ui.git
cd techonmap-ui/docker
sudo ./1.init.sh
sudo ./2.start.sh 1234
Open a browser at http://localhost:1234/app/
Requirements :
- node >= 0.10.28
- bower >= 1.2.5
Dependencies install and minified JS generation with Webpack:
npm install
sudo npm install -g grunt-cli
sudo npm install -g webpack
grunt
The code of TechOnMap UI is licensed under the MIT license (see LICENSE file).