15 lines
275 B
Bash
15 lines
275 B
Bash
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 |