Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/villander/engine-modal-bug
https://github.com/villander/engine-modal-bug
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/villander/engine-modal-bug
- Owner: villander
- License: mit
- Created: 2018-04-06T23:14:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T22:40:10.000Z (over 5 years ago)
- Last Synced: 2024-10-18T08:25:17.792Z (3 months ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).