Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 455 Bytes

ligretto.md

File metadata and controls

20 lines (16 loc) · 455 Bytes

Ligretto

Start all

  1. Start postgresql docker-compose up
  2. Migrate ligretto-core-backend database yarn ligretto:core-backend:migrate
  3. Start yarn ligretto:start

Start Ligretto frontend only

  1. Create .env.development.local in the root directory
  2. Set next variables:
LIGRETTO_CORE_URL=https://core.ligretto.app/api
LIGRETTO_GAMEPLAY_URL=https://api.ligretto.app
  1. Run frontend locally
yarn ligretto:front:start:dev