🚦 Getting Started

Follow these steps to get up and running with Forjnot in minutes!

📥 Clone the Repository

git clone https://github.com/aman-sharma-dev/forjnot.git

📦 Install Dependencies

pnpm install

🚀 Start the Backend

pnpm run server

💻 Start the Frontend

pnpm run client

💡 Tips

  • pnpm dev runs the backend (NestJS app).
  • pnpm dev:frontend runs the frontend (Next.js app).
  • Both can be run in parallel for fullstack development.