docs(README): Fixed .env.development since that's what npm run dev needs

This commit is contained in:
Timothy Stewart 2025-02-19 13:11:34 -06:00
parent 281b0ab535
commit 1b6792d0e8

View File

@ -39,8 +39,8 @@ docker run --name jetkvm-cloud-db \
-p 5432:5432 \
-d postgres
# Copy the .env.example file to .env and populate it with the correct values
cp .env.example .env
# Copy the .env.example file to a new file .env.development and populate it with the correct values
cp .env.example .env.development
# Install dependencies
npm install