Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.18 KB

brn user UI

This part of BRN project responsible for end-user UI.

Prerequisites

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

Installation

  • install volta.sh
  • install watchman
  • git clone <repository-url> this repository
  • cd brn/frontend
  • yarn install

Running / Development

Running Tests

  • ember test
  • ember test --server

Test coverage report

  • yarn test:coverage
  • open ./coverage/index.html to see detailed report

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

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