docs(README): add quick start instructions for easier setup
This commit is contained in:
parent
dfad78a0ca
commit
23e9c4a621
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -18,6 +18,26 @@ Compareware allows users to compare different items by their properties in a str
|
||||||
- **Styling**: Tailwind CSS
|
- **Styling**: Tailwind CSS
|
||||||
- **Runtime**: Node.js
|
- **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
|
## Getting Started
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
Loading…
Add table
Reference in a new issue