doc: Updating client contribution to point to release API server

This commit is contained in:
Arpit Mohan 2021-09-28 22:19:42 +05:30 committed by GitHub
parent c3d5b1010b
commit c08e56cb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: