You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
Now you're both ready to start testing netlify dev and to contribute to the project.
63
-
64
43
## Netlify Dev usage
65
44
66
45
```bash
@@ -246,3 +225,17 @@ Or install this [one click example](https://github.com/netlify/fauna-one-click).
246
225
After you have installed an add-on, it will be visible with the `netlify addons:list`command inside your site's current working directory. You can use `netlify addons:delete $ADDONNAME` to delete your addon instance.
247
226
248
227
For now, it is important to include instructions to create addons for each member of your team, as there is no way to specify addons inside of `netlify.toml`. We are working on this.
228
+
229
+
230
+
## Contributing/Local Development
231
+
232
+
Thanks for contributing! You'll need to follow these steps to run Netlify CLI and `netlify-dev-plugin` locally:
233
+
234
+
0. uninstall any globally installed versions of `netlify-cli`
235
+
1. clone and install deps for https://github.com/netlify/cli
236
+
2. `npm link` from inside the `cli` folder
237
+
3. clone and install deps for this repo
238
+
4. inside the `netlify-dev-plugin` folder, run `yarn link`
239
+
5. inside the `cli` folder, run `yarn link "netlify-dev-plugin"`
240
+
241
+
Now you're both ready to start testing `netlify dev` and to contribute to the project! Note these are untested instructions, please get in touch if you're unable to follow them clearly and we'll work with you. Or ping [@swyx](https://twitter.com/swyx).
0 commit comments