Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/villander/engine-modal-bug


https://github.com/villander/engine-modal-bug

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

engine-modal-bug
==============================================================================

### Installation

* `git clone `
* `cd engine-modal-bug`
* `npm install`

### Linting

* `npm run lint:js`
* `npm run lint:js -- --fix`

### Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `npm test` – Runs `ember try:each` to test your addon against multiple Ember versions

### Running the dummy application

* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).