HOMEPAGE
CHECKOUT PAGE- Clone the repository
- Setup your local environment
Here is a list of steps to help you get up and running locally using docker ;
- If you do not have docker installed, please install Docker Desktop. If you are running from a Linux PC, use Docker Engine.
- Install Docker Compose
- Startup the server and database by running:
docker-compose -f .docker/dev.docker-compose.yaml up
- Access local deployment via http://localhost:8020
- Takedown the dev setup with:
docker-compose -f .docker/dev.docker-compose.yaml down