Add adding recipe

This commit is contained in:
2018-12-17 07:04:22 -05:00
parent ce9882a9c8
commit aab3b1005a
+10
View File
@@ -38,6 +38,16 @@ Tasks this addon does:
`ember-disable-prototype-extensions` package that was added to the `ember-disable-prototype-extensions` package that was added to the
`package.json` `package.json`
## Adding it to a non panda ember client application that wants to interact with panda features
* Clone the repository
* cd to directory
* `npm link .` (create a local npm link)
* cd to the ember application you want to add this code to
* `npm link ember-panda-adapter`
* Add `"ember-panda-adapter": "^0.0.0",` to `package.json`
* Last step: **suggest a better npm method than this recipe!**
## Running ## Running
* `ember serve` * `ember serve`