Skip to content

Commit 0574898

Browse files
committed
Merge branch 'master' of github.com:nielsdejong/graph-based-search-engine
2 parents 6a617e3 + d2a8211 commit 0574898

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The current version of NeoDash supports six types of reports:
2626
Reports sit in resizable containers - _cards_.
2727
A report is always populated by a single Cypher query. An example table report is shown below:
2828

29-
![NeoDash Report](./ui/public/neodash-table.png)
29+
![NeoDash Report](./public/neodash-table.png)
3030

3131
The following rule of thumb holds for reports:
3232
- one report = one card = one Cypher query
@@ -44,7 +44,7 @@ In the settings menu, the following can be defined:
4444
4545
An example report settings view is shown below.
4646

47-
![NeoDash Settings](./ui/public/neodash-editor.png)
47+
![NeoDash Settings](./public/neodash-editor.png)
4848

4949
While having the report settings open, the report can be moved around or deleted. To close the settings, click the 'save' icon.
5050
#### Tables
@@ -114,7 +114,7 @@ Differently sized cards will sit together and try to take up available space in
114114

115115

116116

117-
![Grid layout](./ui/public/layout.png)
117+
![Grid layout](./public/layout.png)
118118

119119
The Materialize CSS framework is used to render the cards in a grid layout. For more information on grid layouts in Materialize, check out this link:
120120
https://materializecss.com/grid.html
@@ -165,14 +165,14 @@ Dependencies are specified in `package.json`.
165165
### Install
166166
NeoDash can be installed using npm:
167167

168-
`cd ui && npm install`
168+
`npm install`
169169

170170
### Run in development mode
171171
Running the application in development mode:
172172

173-
`cd ui && npm start`
173+
`npm start`
174174

175175
### Build
176176
Building the application:
177177

178-
`cd ui && npm run-script build`
178+
`npm run-script build`

0 commit comments

Comments
 (0)