docs(README): add quick start instructions for easier setup

This commit is contained in:
ryan 2025-07-04 15:41:46 +03:00
parent dfad78a0ca
commit 23e9c4a621

View file

@ -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