readme update

This commit is contained in:
pulipakaa24
2026-03-19 14:54:00 -05:00
parent dca2c89641
commit 0193240048

View File

@@ -2,7 +2,7 @@
Lab inventory management service Lab inventory management service
## How to run on localhost ## How to run on localhost
### First-Time Setup:
```bash ```bash
# 1 # 1
npm install npm install
@@ -19,4 +19,14 @@ cd ..
# 4 # 4
npm run dev npm run dev
```
### Every time after the first:
```bash
npm install
cd server
npm install
npm run db:migrate
cd ..
npm run dev
``` ```