Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Getting started

Gerwin Bosch edited this page Sep 6, 2017 · 3 revisions

Installation

  1. Clone this repo
  2. run npm install
  3. run npm start

The application should be running on localhost:3000

Deployment

Currently, this application automatically integrated with Travis CI and published using gh-pages This means that whenever the main branch builds, the application gets updated.

If you want to create a build on another platform:

  1. Clone this repo
  2. run npm install
  3. run npm build
  4. The result of the build is in the build folder
Clone this wiki locally