From a0f4dfc8099c9464a629c2ebda3d7a8a9b005ca1 Mon Sep 17 00:00:00 2001 From: myix765 Date: Wed, 30 Oct 2024 19:53:24 -0400 Subject: [PATCH] added testing to PR template and edited docs --- .github/pull_request_template.md | 2 ++ README.md | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2a95dc8..5be399b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,4 +5,6 @@ ## Does your code meet the acceptance criteria? - [] Yes +## Testing done and screenshots (if relevant) + ## Other comments diff --git a/README.md b/README.md index e6b2642..4518530 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,18 @@ This is a JumboCode Project for Dillar Academy to help manage classes and enroll ## How to run +To run both client and server simultaneously: ``` npm run dev ``` +To run just client: +``` +npm run client +``` +To run just server: +``` +npm run server # in root folder +npm run dev # in backend folder ## Git Commands Guide