Skip to content

Commit

Permalink
added testing to PR template and edited docs
Browse files Browse the repository at this point in the history
  • Loading branch information
myix765 committed Oct 30, 2024
1 parent 3b95711 commit a0f4dfc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
## Does your code meet the acceptance criteria?
- [] Yes

## Testing done and screenshots (if relevant)

## Other comments
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0f4dfc

Please sign in to comment.