Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Animal-Abduction-Crew/concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAR - Software concept

GitHub Workflow Status (branch) GitHub

Read the concept

You can find the latest version of the concept as PDF file in the release section of this repository.

Contribute

Setup

  1. Install docker and docker-compose.
  2. Pull the image specified in .devcontainer.json (e.g. docker pull skyfrk/udhbwvst:4.5.2).
  3. Install VSCode.
  4. Install the VSCode Remote Development Extension.
  5. Clone this repository git clone https://github.com/Animal-Abduction-Crew/concept.git.
  6. Open the cloned folder in VSCode and then reopen it in the development container.

Build

Open the command palette and run LaTeX Workshop: Build LaTeX Project.

Add a section

  1. Create a feature branch (e.g. git checkout -b feature/yolo_section).
  2. Write some lines! If you want to add an image add it in the src/content/assets folder.
  3. Commit and push your changes to GitHub.
  4. Submit a new pull request to merge your changes to the master branch.
  5. Repeat!