summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:33:43 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-12-04 20:33:43 -0700
commit9e6006f30c200e2832b3bb9d4af78c763520bd15 (patch)
tree072c8e2eeaf6e016eec24bedb613e0aabe47e26d
parent0757589006b701d7da2004d9b3687ed32eb672d6 (diff)
downloadlocchat-9e6006f30c200e2832b3bb9d4af78c763520bd15.tar.gz
locchat-9e6006f30c200e2832b3bb9d4af78c763520bd15.zip
update dependencies
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index fd484a0..ec60275 100644
--- a/README.md
+++ b/README.md
@@ -53,15 +53,11 @@ Make sure you create a new file instead of renaming the `.env.example` file.
In your new `.env` file update the values for each key as you would like
### Dependencies
-To install the server dependencies run
+To install the both server and client dependencies run
```bash
$ yarn # this is same thing as `yarn install`
```
-
-To install the client dependencies run
-```bash
-$ cd client && yarn && cd ..
-```
+Notice that the `client` folder has its own `package.json` file and its own `node_modules`. If you add dependencies for the client make sure to `cd` into the `client` directory before doing `yarn add`
### Database
This application uses Postgres. To setup the database run