From 642fff186c2903b6429fde306c85e4ac7571fee0 Mon Sep 17 00:00:00 2001 From: Mehrad Rousta Date: Wed, 6 Nov 2024 11:03:48 +0330 Subject: [PATCH] docs: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 226d24a..f2f72fb 100644 --- a/README.md +++ b/README.md @@ -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.