diff --git a/readme.md b/readme.md index da82222..f5cf399 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Lab inventory management service ## How to run on localhost - +### First-Time Setup: ```bash # 1 npm install @@ -19,4 +19,14 @@ cd .. # 4 npm run dev +``` + +### Every time after the first: +```bash +npm install +cd server +npm install +npm run db:migrate +cd .. +npm run dev ``` \ No newline at end of file