docs: update installation readme

This commit is contained in:
Vasily Zubarev
2025-03-18 18:27:13 +01:00
parent 246df1b8ff
commit e7e05ea534

View File

@@ -185,10 +185,10 @@ npm install
cp .env.example .env cp .env.example .env
# Edit .env with your configuration # Edit .env with your configuration
# Generate Prisma client # Initialize the database
npx prisma generate npx prisma migrate dev && npx prisma generate
# Seed the database (optional) # Seed the database with default data (optional)
npm run seed npm run seed
# Start the development server with Turbopack # Start the development server with Turbopack