From 0bf79c8a4a0a391e5f92198a30d70e578b27fa96 Mon Sep 17 00:00:00 2001 From: Moises Sacal <moisbo@gmail.com> Date: Wed, 9 Oct 2019 09:17:13 +1100 Subject: [PATCH] edit readme and removed unused config --- README.md | 8 +++++++- config.json | 5 ----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 303bab2..2d3a120 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 045a6db..e9862eb 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": { -- GitLab