Skip to content

mcaulifn/deck

Repository files navigation

Starting it up

Prerequisites

Make sure the following are installed on your system:

  • NodeJS and Node Package Manager, which is part of the NodeJS installation (download)
  • the Gulp build system (installed via NPM: npm install gulp -g)

Quick Start

Run the following commands (in the deck directory) to get all dependencies installed in deck and to start the server:

  • npm install
  • gulp

The app will start up on localhost:9000.

As you make changes locally, Gulp's livereload plugin watches your target directories and automatically updates the running application, refreshing the page as changes are detected.

Silencing karma & jshint

To prevent karma & jshint from running, run gulp with NODE_ENV=dev gulp.

e2e tests

To run e2e tests, first make sure protractor is installed and webdriver is running:

  • npm install -g protractor
  • webdriver-manager update
  • webdriver-manager start

Then, run the test suite via gulp test:e2e.

About

Management UI for Spinnaker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.9%
  • JavaScript 21.7%
  • HTML 11.8%
  • Less 2.2%
  • Shell 0.3%
  • CSS 0.1%