- Create
.env
from.env.example
by executingcp .env.example .env
and update values accordingly if you are not pleased with defaults - Run
docker compose build
and thendocker compose up
- Navigate your browser to default URL
http://localhost:4000
or update port value fromFrontEndPort
in.env
if defaults has been changed
Analytics events are logged to the console of hackmotion-analytics
service (docker compose logs -f analytics
)