Skip to content
Snippets Groups Projects
Commit 0bf79c8a authored by Moises Sacal's avatar Moises Sacal
Browse files

edit readme and removed unused config

parent 274ec470
Branches
No related merge requests found
......@@ -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)
{
"repo": "http://localhost:8080/repo/",
"views": {
"view": {
"fields": ["name", "author", "description", "publisher", "date"]
}
},
"core": "repo",
"api": "/solr/ocflcore",
"dev": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment