commit d2ec1251aa6c3b8953f58968b5fb6bf97d5b6d40 Author: Christoph Heiss Date: Sun Jun 1 18:55:22 2025 +0200 initial commit Signed-off-by: Christoph Heiss diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..025b86f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md new file mode 100644 index 0000000..600a99f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# compAIR + +compAIR ist ein innovativer MINT / Robotik-Wettbewerb für Jugendliche, der sich mit autonomen Fahrzeugen und Augmented Reality beschäftigt. + +Website: [https://comp-air.at](https://comp-air.at)