open-consul/ui-v2
John Cowen 3a1e634e83
Merge pull request #4322 from hashicorp/feature/unignore-startup-tests
Reset `<html class>` after every test, back to its original static value
2018-07-03 10:45:08 +01:00
..
app Encode all the hexcodes 2018-06-26 10:48:26 +01:00
config
lib
public
tests Merge pull request #4322 from hashicorp/feature/unignore-startup-tests 2018-07-03 10:45:08 +01:00
.dev.eslintrc.js
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.nvmrc
.prettierrc
.watchmanconfig
GNUmakefile
README.md
ember-cli-build.js
package.json Merge remote-tracking branch 'connect/f-connect' 2018-06-25 19:42:51 +00:00
testem.js
yarn.lock Merge remote-tracking branch 'connect/f-connect' 2018-06-25 19:42:51 +00:00

README.md

consul-ui

Prerequisites

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

Installation

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

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying