Skip to content

Online and peer-editable documentation for the AzuraCast web radio management suite.

License

Notifications You must be signed in to change notification settings

nickrobillard/azuracast.com

 
 

Repository files navigation

AzuraCast Documentation and Public Page Repository

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.

Building Locally

Local development takes advantage of Docker Compose.

Run Development Server

docker-compose up --build -d

(Note: This will serve the page as it existed when launched, but won't update automatically on Windows.)

Run One-time Build

docker-compose build vuepress
docker-compose run --rm vuepress npm run build

Interactive Shell

docker-compose build vuepress
docker-compose run --rm vuepress bash

About

Online and peer-editable documentation for the AzuraCast web radio management suite.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 90.9%
  • Shell 9.1%