Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

UI components for the Service Map of the Helsinki Metropolitan Area

License

Notifications You must be signed in to change notification settings

City-of-Helsinki/servicemap

Repository files navigation

Stories in Ready

Service Map front end

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

Requires node version 8 currently.

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