AzuraCast/.devcontainer/devsetup.sh

7 lines
73 B
Bash
Raw Normal View History

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