Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 468 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 468 Bytes

SETUP

  1. Install PNPM:
  npm install -g pnpm
  1. Install dependencies:
  pnpm i

For Install dependencies only for server use :

  pnpm recursive install <package> --filter server

For Install dependencies only for web use :

  pnpm recursive install <package> --filter web
  1. Run scripts or commands:
  pnpm run dev
  1. Go to localhost and see result:
  http://localhost:3000/