- docker
- docker-compose
- nodejs
- Install the react dependencies using
yarn install
- Get the docker images
cd dockers
docker-compose up -d
Note If the docker containers fail to run, you may have to increase your vm's max_map_count. On linux this can be done with:
sudo sysctl -w vm.max_map_count=262144
Go to the project root
yarn start