jsdares
jsdares copied to clipboard
No rule to make target `cli-assets-dev.js'
How do you build and run this code? There's a Makefile, but 'make' complains:
$ make
make: *** No rule to make target `cli-assets-dev.js', needed by `browser.js'. Stop.
Once that's fixed, it's not obvious to me right away how to run this: point my browser at one of the HTML files, I presume, but there are a bunch of them, and the first I looked at, home/index.html, is not it. assets-dev/index.html looks more promising, but is mostly blank before the 'make' succeeds, at least.
Ah, the Makefile seems to be old. Would definitely be good to have some instructions in the README. From the top of my head:
npm install- Install and start
mongod - Set mongo configuration in
server-local.js. - Run
node server-local.js - Point browser at
localhost:3000
Let me know if that works!