/umpleonline

Primary LanguageHTMLOtherNOASSERTION

UmpleOnline

Unix Build Status Windows Build status

This is a rewrite of the original UmpleOnline application written many moons ago by the Umple Developers. This is meant to be a moderinzation and feature improvement over the original.

Building

The application has been tested and built on OSX, Linux and Windows through CI.

Prerequisites

This is a node.js application, thus it is required. It also utilizes SASS which requires Ruby. Download and install the following:

Build Instructions

  1. Install nodejs 5.x+
  2. Install Sass: gem install sass
  3. Install TypeScript, tsd, and grunt-cli: npm install grunt-cli -g
  4. Clone source code: git clone git@github.com:Nava2/umpleonline.git
  5. Install npm components: npm install
  6. Run grunt