From 5bf8a9e0ff51edee5344dc3a0e0e2282c5cba29c Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Thu, 17 Aug 2023 23:06:06 +0200 Subject: [PATCH] chore: update CONTRIBUTING.md file --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 430ebb885..aa9093c25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,11 @@ Contributions via pull requests are much appreciated. Once the approach is agree - Clone the `bigcapital` repository and `cd` into `bigcapital` directory. - Create `.env` file by copying `.env.example` file to `.env`. (The ``.env.example`` file has all the necessary values of variables to start development directly). + +``` +cp .env.example .env +``` + - Install all npm dependencies of the monorepo, you don't have to change directory to the `backend` package. just hit these command on root directory and it will install dependencies of all packages. ```