Add adding recipe
This commit is contained in:
@@ -38,6 +38,16 @@ Tasks this addon does:
|
||||
`ember-disable-prototype-extensions` package that was added to the
|
||||
`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
|
||||
|
||||
* `ember serve`
|
||||
|
||||
Reference in New Issue
Block a user