This repository is home to both the supporting documentation and the public-facing homepage of the AzuraCast web radio management suite.
Pull requests are welcomed for any changes that are needed to any of the Markdown files contained within.
Local development takes advantage of Docker Compose.
docker-compose up --build -d
(Note: This will serve the page as it existed when launched, but won't update automatically on Windows.)
docker-compose build vuepress
docker-compose run --rm vuepress npm run build
docker-compose build vuepress
docker-compose run --rm vuepress bash