CPPS How to run In one terminal, do the following git clone .../cpps.git cd cpps yarn install cp .env.example .env docker-compose up In another terminal, do the following cd client yarn install yarn run dev