jsdares icon indicating copy to clipboard operation
jsdares copied to clipboard

No rule to make target `cli-assets-dev.js'

Open darius opened this issue 12 years ago • 1 comments

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.

darius avatar Apr 21 '13 14:04 darius

Ah, the Makefile seems to be old. Would definitely be good to have some instructions in the README. From the top of my head:

  1. npm install
  2. Install and start mongod
  3. Set mongo configuration in server-local.js.
  4. Run node server-local.js
  5. Point browser at localhost:3000

Let me know if that works!

janpaul123 avatar Apr 21 '13 15:04 janpaul123