diff --git a/README.md b/README.md index 303bab2d92155ba7a044c422108f973e26fdbb22..2d3a120f48b386f70464666ce6951e20e5acb63e 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,10 @@ and go to [http://localhost:9000](http://localhost:9000) npm run build ``` -should generate a [dist](./dist) folder with compiled SPA \ No newline at end of file +should generate a [dist](./dist) folder with compiled SPA and watch for changes + +### Configure + +Use [./config.json](./config.json) to point to your current solr configuration and repository + +Use [./index.js](./index.js) to configure state of your app (to be moved to configuration) diff --git a/config.json b/config.json index 045a6db5a94e7fb6e4e5d8458301364da86845b2..e9862eb9ebc15a00509ade02bd6287126c9eff1b 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,5 @@ { "repo": "http://localhost:8080/repo/", - "views": { - "view": { - "fields": ["name", "author", "description", "publisher", "date"] - } - }, "core": "repo", "api": "/solr/ocflcore", "dev": {