blob: ff0d2e95a3bf169f687e9012aa758bd35208c81f [file] [log] [blame] [view]
Tyler Scott08263852015-07-31 19:05:52 -06001NDN Catalog (NDN Query and Retrieval Tool)
2==========================================
3
4This is the front end to the catalog which contains all of the client html and code.
5
6Setup
7-----
8
9To simply run the client code, you will need the following things setup:
10
11* A NDN backend running somewhere (The default config is pointed at a test backend)
12* NDN-JS
13 + Run `git submodule init ndn-js` in the client directory.
14 + Then run `git submodule update`
15* Configure the config.json
16 + If it doesn't exist, you will need to copy it from the config-example.json
17 + config.json is intentionally left out of the git to prevent overwriting it.
18