Skip to content

zodiacx8/Otaniemi3D

 
 

Repository files navigation

Otaniemi3D

Build Status

This project aims to provide an intuitive user interface for reading and subscribing to realtime sensors data installed in Otaniemi - K1 Building - Otakaari 4

Setup development environment

  1. Install node.js

  2. Install bower and gulp:

     npm install --global bower gulp
    
  3. Clone repository and navigate into the repository folder.

  4. Install required project dependencies:

     bower install
     npm install
    
  5. To launch app on http://localhost:9000:

     gulp serve
    

Build

To build the app in the dist/ folder run:

gulp build

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%