File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,14 @@ so that the barrier for entry here is low.
54
54
## Getting started
55
55
56
56
Please consult the [ installation instructions] ( doc/INSTALL.md ) for a complete guide or
57
- if you just want to get up and running in the quickest time possible, grab all the files in the ` doc/example/ ` folder and run ` docker-compose up -d `
58
57
58
+ Pre-requisities to run in the folder:
59
+ - install nodejs
60
+ - at the root of the folder do
61
+ -- ` npm install ` # this will install all necessary nodejs tools & script
62
+ -- ` npm run build ` # this will compile reactjs script to js
63
+
64
+ if you just want to get up and running in the quickest time possible, grab all the files in the ` doc/example/ ` folder and run ` docker-compose up -d `
59
65
60
66
## Administration
61
67
You can’t perform that action at this time.
0 commit comments