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