Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 275 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 275 Bytes

Clone the Repo

  1. Install pnpm: https://pnpm.io/installation
  2. Clone the repo:
git clone https://github.com/raunakdoesdev/remembrall.git && cd remembrall
  1. Grab the .env from raunak
  2. Install dependencies:
pnpm i
  1. Run the app:
pnpm run dev