Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.43 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.43 KB

ember-bootstrap-docs

This is the documentation app for ember-bootstrap, hosted at https://ember-bootstrap.com.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-bootstrap
  • yarn install
  • cd docs
  • 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

Linting

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

Building

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

Deploying

  • gulp docs (run in root directory)

Further Reading / Useful Links