From 9eb626903227b712e86058ccd3689f8188f0bdd1 Mon Sep 17 00:00:00 2001 From: pratik palandurkar Date: Thu, 27 Aug 2026 16:45:21 +0530 Subject: [PATCH] docs: add live demo section to README --- README.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 26288a74..0e1af848 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,22 @@ Let's keep it simple ## Setting it up locally - - Clone the repo - - Copy over .env.example over to .env everywhere - - Update .env - - Postgres DB Credentials - - Github/Google Auth credentials - - npm install - - Start ws server - - cd apps/ws - - npm run dev - - Start Backend - - cd apps/backend - - npm run dev - - Start frontend - - cd apps/frontend - - npm run dev - +- Clone the repo +- Copy over .env.example over to .env everywhere +- Update .env + - Postgres DB Credentials + - Github/Google Auth credentials +- npm install +- Start ws server + - cd apps/ws + - npm run dev +- Start Backend + - cd apps/backend + - npm run dev +- Start frontend + - cd apps/frontend + - npm run dev + +## live demo + +-production site:[chess.100xdevs.com](https://chess.100xdevs.com)