- Start postgresql
docker-compose up
- Migrate ligretto-core-backend database
yarn ligretto:core-backend:migrate
- Start
yarn ligretto:start
- Create
.env.development.local
in the root directory - Set next variables:
LIGRETTO_CORE_URL=https://core.ligretto.app/api
LIGRETTO_GAMEPLAY_URL=https://api.ligretto.app
- Run frontend locally
yarn ligretto:front:start:dev