AzuraCast/.devcontainer/devsetup.sh

7 lines
73 B
Bash
Raw Normal View History

2021-06-25 12:11:52 +02:00
#!/usr/bin/env bash
2021-09-25 00:18:10 +02:00
make install-cloud-ide
make frontend-build
2021-09-24 09:10:24 +02:00
2021-09-25 00:18:10 +02:00
make up