/ucentral-pwa

Primary LanguageJavaScript

ucentral

This is the uCentral network configuration app. It is a Progressive web application built in Ember.js.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ucentral
  • yarn install

Running / Development

  • yarn start
  • Visit your app at http://localhost:4200.
  • In order to log-in use login: 192.168.1.1 password: Secret

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • yarn test
  • yarn test:ember --server

Linting

  • yarn lint
  • yarn lint:fix

Building

  • yarn build --environment production (production)

Staging system

The staging system runs at https://zealous-mahavira-6ac0ef.netlify.app.

Further Reading / Useful Links