Skip to content

Commit

Permalink
fix: removed the mvp04 references from installation and adding enviro…
Browse files Browse the repository at this point in the history
…nment variables
  • Loading branch information
freaky4wrld committed Jan 10, 2024
1 parent e8f0f9c commit 525425e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,12 @@ Note: Understanding how git remotes work will make collaborating much easier. Yo

- `cd vrms/` and run `yarn install`
- `cd client` and run `yarn install`
- `cd client-mvp-04` and run `yarn install`
- `cd ../backend` and run `yarn install`

1. Add your required environment variables for the frontend and backend directories:

- `touch vrms/backend/.env`
- `touch vrms/client/.env`
- `touch vrms/client-mvp-04/.env`

Note 1: In the above example you are trying to create an empty file called `.env` in each of the listed directories: backend, client and client-mvp-04. You can use either `touch <path-to-directory> .env` or navigate to the directory and use `touch .env`

Expand Down

0 comments on commit 525425e

Please sign in to comment.