mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
docs: update installation readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user