Make sure you have installed all of the following prerequisites on your development machine:
- docker - installation
- docker-compose - installation
- make
If you have installed problem about Windows, you can see this guideline. - Document
setup development
make setupup development services
make upaccess in browser
http://localhost:3000
down development services
make downrestart development services
make restartbuild production services
make build-productionstart production services
make start-productionrestart production services
make restart-production