https://github.com/kaliber5/ember-kaliber5-test-support
https://github.com/kaliber5/ember-kaliber5-test-support
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaliber5/ember-kaliber5-test-support
- Owner: kaliber5
- License: mit
- Created: 2021-02-09T20:57:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T12:39:01.000Z (over 2 years ago)
- Last Synced: 2025-01-14T14:59:26.669Z (3 months ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-kaliber5-test-support
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd my-addon`
* `npm install`## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).## Running Tests
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).