ImgBotApp / smartcitizen-onboarding-app

The Making Sense on boarding for Smart Citizen

Home Page:http://onboarding.making-sense.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making Sense Onboarding

The Marking Sense onboarding. This project is a means to alleviate the issue of abandonment in IOT devices related to citizen science and civil sensing. This onboaridng is being used by Making Sense as a means to test the effectiveness of building communities around these grassroots initiatives. Currently supporting the SmartCitizen API and the new SmartCitizen Kit 1.5.

This is a web app that aims to solve key issues in the setup of open data sensors within grassroots smart-city communities through developing cognitive goals, such as fostering ownership, creating context, showing playful animations and simplifying language. This multi-lingual experience helps reduce the bottleneck of non-technical citizens installing IOT devices. This tool is currently being used in an EU Research Project.

Here is the current link to live-deployment

Updates are handled through this fork and then moved down to the master

Prerequisites

You need git to clone the repository. You can get git from http://git-scm.com/.

We also use a number of node.js tools to initialize and test the Web App. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Also gulp: npm install -g gulp (with sudo if you are using Mac).

Clone the project

Clone the repository using:

git clone https://github.com/fablabbcn/smartcitizen-onboarding.git
cd smartcitizen-web

Install dependencies

  • Install tools to manage and test the application: npm install.
  • No need of bower install, npm install will take care of it.

Use Gulp tasks

  • gulp or gulp build to build an optimized version of your application in /dist
  • gulp serve to launch a browser sync server on your source files
  • gulp serve:dist to launch a server on your optimized application
  • gulp test to launch your unit tests with Karma
  • gulp test:auto to launch your unit tests with Karma in watch mode
  • gulp protractor to launch your e2e tests with Protractor
  • gulp protractor:dist to launch your e2e tests with Protractor on the dist files
  • gulp deploy to publish the project to Github pages (gh-pages branch).

Note: in case you see something like:

Error: Command failed: fatal: unable to read c6a8d370f3e95d9110eca4a03b704bd8940ca40b

Run: rm -Rf $(node -e "console.log(require('path').join(require('os').tmpdir(), 'tmpRepo'))")

This is a Work in process... Final documentation coming soon!

Support and issues

Credits

This work has received funding from the European Union's Horizon 2020 research and innovation program under the grant agreement No. 688620

DOI

About

The Making Sense on boarding for Smart Citizen

http://onboarding.making-sense.eu

License:MIT License


Languages

Language:JavaScript 90.0%Language:HTML 5.1%Language:CSS 4.9%