chore: update way to store npm secrets

This commit is contained in:
Sammy Teillet
2023-04-18 15:34:08 +02:00
parent babd9208e7
commit 77c387e14a

View File

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