Build getestet + MDX Erstmal entfernt

This commit is contained in:
Moritz Utcke
2024-03-04 14:11:47 +07:00
parent 26058e3205
commit 4f479b9c6c
22 changed files with 158 additions and 110 deletions

15
install.sh Normal file
View File

@@ -0,0 +1,15 @@
git clone https://github.com/IBCornelsen/online-energieausweis
git clone https://github.com/IBCornelsen/database
git clone https://github.com/IBCornelsen/api
cd ./database
bun link
bun install
cd ../api
bun link
bun install
cd ../online-energieausweis
bun link
bun install