diff --git a/app/server/README.md b/app/server/README.md index d59286da54..ec647f1efb 100644 --- a/app/server/README.md +++ b/app/server/README.md @@ -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 diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 08b13f654a..44b39ee148 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -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: