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