From 4d1f50570fb37c0c33ba660e81d19460b2e1257e Mon Sep 17 00:00:00 2001 From: taylorgoolsby <14286600+taylorgoolsby@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:42:54 -0700 Subject: [PATCH] clean-sql readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index a672587..04c2a06 100644 --- a/readme.md +++ b/readme.md @@ -76,3 +76,5 @@ You will then need to start the frontend web server: 1. `cd src/web` 2. `npm start` + +If you have issues with mysql on macOS or want to refresh the DB, run `npm run clean-sql`.