Install Dependencies:
yarn install
Start the app:
yarn dev
example:
REDIS_USERNAME=default
REDIS_PASSWORD=my-redis-password
REDIS_URL='redis://redis....com:16141'
Once you have set the Redis env variables, you are ready to populate your database.
You can do this by running yarn run populate
.
For debugging purposes, you can copy the production configuration to a locally connected Redis by running yarn copy --club CLUB_TENANT_ID
.