ember-movenium
==============================================================================

Docs: https://movenium.github.io/ember-movenium/versions/master


For Developers
------------------------------------------------------------------------------
#### Develop with TT4
- run `yarn link` in the addon folder
- run `yarn link @movenium/ember-movenium` in the TT4 folder

#USE EMBER GENERATORS
```
ember g component hello-world -gc
ember g docs-page hello-world
```

Deploy manually to github pages:
```
ember build --environment production && ember github-pages:commit --message "Deploy gh-pages from commit $(git rev-parse HEAD)" && git push origin gh-pages:gh-pages
```

Compatibility
------------------------------------------------------------------------------

* Ember.js v3.12 or above
* Ember CLI v2.13 or above
* Node.js v10 or above


Installation
------------------------------------------------------------------------------

```
ember install ember-movenium
```


Usage
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]


Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).
