From 23e9c4a62153f744ccfa7fd11d5b937952e16f38 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 4 Jul 2025 15:41:46 +0300 Subject: [PATCH] docs(README): add quick start instructions for easier setup --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 5393b8a..ef2bc8f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,26 @@ Compareware allows users to compare different items by their properties in a str - **Styling**: Tailwind CSS - **Runtime**: Node.js +## Quick Start + +Get the app running fast: + +```bash +# 1. Clone and navigate to the project +git clone git@forge.ftt.gmbh:ryanmwangi/Compareware_next.js.git +cd compareware-nextjs + +# 2. Install dependencies +npm install + +# 3. Set up the database +npx prisma generate +npx prisma migrate dev + +# 4. Start the development server +npm run dev + +``` ## Getting Started ### Prerequisites