Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 820 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 820 Bytes

LegalEase.ai

AI solution to simplify legal documentation for individuals and small businesses in India!

Team members

Run Next.js App on your device

  1. Fork the project
  2. Open command in your computer
  git clone https://github.com/your_username/legalease.ai.git

Type your github username in place of your_username (This won't work if you have not forked the project before) 3. Install dependencies and run the program

  cd legalease.ai
  cd legalease_app
  npm install
  npm run dev