You can find the latest version of the concept as PDF file in the release section of this repository.
- Install docker and docker-compose.
- Pull the image specified in
.devcontainer.json
(e.g.docker pull skyfrk/udhbwvst:4.5.2
). - Install VSCode.
- Install the VSCode Remote Development Extension.
- Clone this repository
git clone https://github.com/Animal-Abduction-Crew/concept.git
. - Open the cloned folder in VSCode and then reopen it in the development container.
Open the command palette and run LaTeX Workshop: Build LaTeX Project
.
- Create a feature branch (e.g.
git checkout -b feature/yolo_section
). - Write some lines! If you want to add an image add it in the
src/content/assets
folder. - Commit and push your changes to GitHub.
- Submit a new pull request to merge your changes to the
master
branch. - Repeat!