now that the 8.x-1.x branch doesn't contain any node.js code, and the node.js code is registered as an npm module, we need good docs about how to get started.
this issue will track that.
now that the 8.x-1.x branch doesn't contain any node.js code, and the node.js code is registered as an npm module, we need good docs about how to get started.
this issue will track that.
Comments
Comment #1
Anonymous (not verified) commentedbeejeebus created an issue. See original summary.
Comment #3
Anonymous (not verified) commentedpushed some updates to README.txt.
Gergely, Howard - seem ok?
Comment #4
glekli commentedGreat, looks good to me.
One note: shall we add a step that describes how to start the node app? When you do npm install, it puts everything in a node_modules directory, and it may not be obvious what to do with that. Perhaps this could even go into the readme file in the GitHub repo, and this readme could just refer to that one.
Comment #5
Anonymous (not verified) commentedyes, good point. i'll add something like:
"Please see the install instructions in the drupal-node.js NPM package. You will need to provide the hostname and port of your Drupal site to the Node.js process, and ensure that the service token matches in Drupal and in Node.js."
Comment #7
Anonymous (not verified) commented