The report is updated on every commit and is viewable here
- Install Git
- Open the folder you want this repository in
- Right click and select
Git Bash Here
- Type
git clone https://github.com/wopian/oo-systems-development.git
- Click the 3rd icon on the left in VS Code
- Enter a commit message (e.g
feat: added consumer use cases
) - Click the tick icon
- Click the refresh icon in the bottom left (next to where it says
master
)- This first pulls all the commits from the repository
- Then pushes your commits to it
- Install MiKTeX
- Run
Update MiKTeX
twice with default options - Install Visual Studio Code
- Install the following VS Code extensions:
- LaTeX Workshop (Compile and preview LaTeX report)
- Spell Right (Spellchecker for VS Code)
- EditorConfig for VS Code (Shared editor settings)
- Open
report/report.tex
- Right click anywhere
- Click
Build LaTeX Project
(Ctrl+Alt+B) - Click the red icon in top right to preview report (Ctrl+Alt+T)
- Preview will auto-update on saving any
.tex
file