Skip to content

gramo37/chess.com

Repository files navigation

How to setup dev environment

Setting up Redis and Postgres Database

Run the following command (Make sure docker is installed on your machine):

docker compose -f docker-compose-yml up -d

This will start a docker instance for postgres and redis

Setup env variables, install all packages, setup the prisma and build the backend

Use git bash for below command

yarn dev:setup

Develop

To develop all apps and packages, run the following command:

yarn run dev

Production

To run the app on production, run the following commands:

yarn run prod

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •