From 5dd8b228f4aaa2711c5a81c096b1f72088d8c763 Mon Sep 17 00:00:00 2001 From: chopster44 Date: Sat, 21 Mar 2026 14:35:30 +0000 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e99528..c96d9c6 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ Record of what classrooms are free when I have a free. CS Practice ## Use -To run this, do the folowing: +To run this, do the following: - in `frontend` execute `npm run build` +- in `backend` execute `npm run setup` - in `backend` execute `npm run dev` +If reseting, do the following: +- in `backend` execute `npm run clean` +- in `backend` execute `npm run setup` + +