- Install docker
- Run one of the supported make commands
make up
make down
make build
make stop
make restart
- To run backend for both Go and Market
make backend
- To run both backend and Go frontend
make actus-go-frontend
- To run both backend and market frontend
make actus-market-frontend