Skip to content

Commit 924ff6e

Browse files
authored
Update README.md
1 parent d3f9064 commit 924ff6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ so that the barrier for entry here is low.
5454
## Getting started
5555

5656
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`
5857

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`
5965

6066
## Administration
6167

0 commit comments

Comments
 (0)