The docker compose stack should allow you to get everything up and running in no time.
However it is still required to run npm i
manually for front- and backend.
- Setup env in project root folder
cp sample.env .env
- Start docker compose stack
docker compose up -d
Note: When using an arm based system uncheck the first env variable in sample.env to use arm friendly eventstore image
Note: Older version of docker might require a - between docker and compose (docker-compose
)
Frontend: Website