From 77c387e14a281abb367e28b222b85c89b1bccd4f Mon Sep 17 00:00:00 2001 From: Sammy Teillet Date: Tue, 18 Apr 2023 15:34:08 +0200 Subject: [PATCH] chore: update way to store npm secrets --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b3891e26..58297918e 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ Twenty development stack is composed of 3 different layers - server: our backend that contain endpoint, crm logic, scripts, jobs... - storages: postgres -## Setup env variables +## Setup env variables and npmrc variables -1. `cp ./infra/dev/.front.env.example ./front/.env` and fill with values +1. `cp ./front/.env.example ./front/.env` and fill with values +2. `cp ./front/.npmrc.example ./front/.npmrc` and fill with values ## Development environment setup with docker-compose (Recommended)