[Docs] Imrove readme file in server, improve client getting started g… (#4327)
* [Docs] Imrove readme file in server, improve client getting started guide * -updated the ClientSetup readme as per PR comment
This commit is contained in:
parent
3b3e24f8cf
commit
212678a540
|
|
@ -1,6 +1,7 @@
|
|||
# Appsmith Server
|
||||
|
||||
This is the server-side repository for the Appsmith framework.
|
||||
For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md)
|
||||
|
||||
### How to build
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ On your development machine, please ensure that:
|
|||
1. You have `mkcert` installed. Please visit: [https://github.com/FiloSottile/mkcert#installation](https://github.com/FiloSottile/mkcert#installation) for details. For `mkcert` to work with Firefox you may require the `nss` utility to be installed. Details are in the link above.
|
||||
1. You have `envsubst` installed. use `brew install gettext` on MacOS. Linux machines usually have this installed.
|
||||
1. You have cloned the repo in your local machine.
|
||||
1. You have yarn installed as a global npm package i.e. `npm install -g yarn`
|
||||
|
||||
### Create local HTTPS certificates:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user