From c08e56cb44744d0c8c6e11786cb3dae67201cb18 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Tue, 28 Sep 2021 22:19:42 +0530 Subject: [PATCH] doc: Updating client contribution to point to release API server --- contributions/ClientSetup.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 5ede9d81f4..f4844f9195 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -57,17 +57,12 @@ On your development machine, please ensure that: ``` 1. Run cmd: `cp .env.example .env` -1. Start your local server using docker. - ```bash - cd app/server - docker-compose up -d - ``` 1. Run the script `start-https.sh` to start the Nginx container that will proxy the frontend code on your local system. ```bash cd app/client - ./start-https.sh + ./start-https.sh https://release.app.appsmith.com ``` ### Steps to build & run the code: