Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad77 committed Nov 6, 2024
1 parent b7277f7 commit 642fff1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ This Turborepo has some additional tools already setup for you:
- **bcryptjs:** A library to help you hash passwords.
- **jsonwebtoken:** An implementation of JSON Web Tokens.

## How To

- First install node.js and npm on your system.
- Then install pnpm using `npm install -g pnpm`.
- Then install project dependencies using `pnpm install`

## Scripts

- `pnpm run dev`: Starts all the apps at the same time.
Expand Down

0 comments on commit 642fff1

Please sign in to comment.