@@ -26,7 +26,7 @@ The current version of NeoDash supports six types of reports:
2626 Reports sit in resizable containers - _ cards_ .
2727A 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
3131The 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
4545An example report settings view is shown below.
4646
47- ![ NeoDash Settings] ( ./ui/ public/neodash-editor.png )
47+ ![ NeoDash Settings] ( ./public/neodash-editor.png )
4848
4949While 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
119119The 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:
120120https://materializecss.com/grid.html
@@ -165,14 +165,14 @@ Dependencies are specified in `package.json`.
165165### Install
166166NeoDash can be installed using npm:
167167
168- ` cd ui && npm install`
168+ ` npm install `
169169
170170### Run in development mode
171171Running the application in development mode:
172172
173- ` cd ui && npm start`
173+ ` npm start `
174174
175175### Build
176176Building the application:
177177
178- ` cd ui && npm run-script build`
178+ ` npm run-script build `
0 commit comments