This is the Frontend repo for TCU CS Senior Design Project with The CenterTX institute. We are working on MPC Plus.
Instructions for first clone of project:
- Make a new folder with any name (ex: SeniorDesign)
- Go into the new folder and create two folders called frontend and backend.
- Go into frontend and clone this repo (Frontend)
- Go into backend and clone this repo (Backend)
Make a Pull Request:
- git switch -c "branch-name"
- git add files
- git commit -m "commit message"
- git push
- copy the git push line in the output, run it
- make a new pull request from github repo page