Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/servicemap
UI components for the Service Map of the Helsinki Metropolitan Area
https://github.com/city-of-helsinki/servicemap
Last synced: about 2 months ago
JSON representation
UI components for the Service Map of the Helsinki Metropolitan Area
- Host: GitHub
- URL: https://github.com/city-of-helsinki/servicemap
- Owner: City-of-Helsinki
- License: agpl-3.0
- Created: 2013-11-08T18:56:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:31:13.000Z (about 2 years ago)
- Last Synced: 2024-04-08T16:42:59.857Z (9 months ago)
- Language: CoffeeScript
- Size: 8.66 MB
- Stars: 32
- Watchers: 11
- Forks: 18
- Open Issues: 153
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[![Stories in Ready](https://badge.waffle.io/City-of-Helsinki/servicemap.png?label=ready&title=Ready)](https://waffle.io/City-of-Helsinki/servicemap)
# Service Map front endUI components for the Service Map of the Helsinki Metropolitan Area.
Requires node version 8 currently.
## Development environment setup
```shell
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
```shell
npm run dist
npm run publish
```