tree: d94dca8449ade7ba4f9e0d0bb67e5e72e5f972b5 [path history] [tgz]
  1. interfaces/
  2. lib/
  3. node_modules/
  4. .gitignore
  5. .npmignore
  6. README.md
  7. weinre
  8. weinre-hot
weinre.server/README.md

The files contained in this directory are the source for the weinre server, implemented using the express package on the node.js runtime.

The weinre server uses numerous 3rd party libraries, installed in the node_modules directory, and stored in the SCM.
In case these need to be updated, the file package.json should be updated with the dependencies and versions needed, then run

rm -rf node_modules; npm install

to refresh the dependencies.

before running the weinre server

Before running the weinre server, after downloading the source, you will need to run a ‘build’.

running the weinre server