Skip to content

Commit

Permalink
chore: update way to store npm secrets
Browse files Browse the repository at this point in the history
Samox committed Apr 18, 2023
1 parent babd920 commit 77c387e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 77c387e

Please sign in to comment.