Use this algorithm for build system locally:
-
Download and install
docker
anddocker-compose
. -
Clone this project.
-
Open command line / console / terminal.
-
Go to project directory.
-
Build the project:
docker-compose build web
. -
Up the project:
docker-compose up web
. -
Open in browser
http://0.0.0.0:3000
and typeSemantic Web
.