Skip to content
Snippets Groups Projects
Commit d73ba2b2 authored by JC Brand's avatar JC Brand
Browse files

Explain how to use `npm link`

parent 4d0bbfde
Branches change/activity_delay_default_value
No related tags found
No related merge requests found
...@@ -14,3 +14,13 @@ To install Chatty for local development, `cd` into the directory where you want ...@@ -14,3 +14,13 @@ To install Chatty for local development, `cd` into the directory where you want
make serve make serve
# open http://localhost:8001 in your browser # open http://localhost:8001 in your browser
To work with a checkout of converse.js:
# Somewhere outside of this repo:
git clone git@github.com:jcbrand/converse.js.git
cd converse.js
npm link
# then cd into this repo
npm link converse.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment