Skip to content

Commit

Permalink
docs: add install js deps with yarn (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj authored Mar 29, 2023
1 parent 2510f1f commit 88ddcc5
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
Expand Up @@ -27,10 +27,11 @@ Z is a custom URL shortener for the [University of Minnnesota](https://www.umn.e
rbenv install
```

4. Install dependencies with bundler
4. Install dependencies with bundler and yarn

```sh
bundle install
bundle install # ruby dependencies
yarn install # javascript dependencies
```

5. Create, import the schema, and seed the database. Part of this connects to LDAP, so you will need to be on UMN VPN.
Expand Down

0 comments on commit 88ddcc5

Please sign in to comment.