/netport-pilot-app

Application for testing the netport-pilot-api

Primary LanguageCSSMIT LicenseMIT

Open-DAI

Description

This is mobile web app, created as a pilot application for the Open-DAI platform. Open-DAI is an EU-funded project for opening public data through a common infrastructure.

The application allows the creation of reports on a map, within Karlshamn municipality in Sweden. Feel free to fork and modify the application to create something similar with another scope.

Installation

To build and run this application you need node.js and bower. It also requires connection to a running version of the NetPort pilot API.

To install simply run:

npm install
bower install

Build and launch the application in your default browser by running:

grunt serve

Deployment

To build the application for production run:

grunt build

This will create a version of the application in dist/ which can then be deployed to a server.