/servicemap

UI components for the Service Map of the Helsinki Metropolitan Area

Primary LanguageCoffeeScriptGNU Affero General Public License v3.0AGPL-3.0

Stories in Ready

Service Map front end

UI components for the Service Map of the Helsinki Metropolitan Area.

Development environment setup

git clone https://github.com/City-of-Helsinki/servicemap.git
cd servicemap
npm install
bower install
npm start

The application is now accessible via the browser at:

http://127.0.0.1:9001/

Production build

npm run dist
npm run publish