computamike / azuracast.com

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

Home Page:https://azuracast.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://azuracast.com/

License:Apache License 2.0


Languages

Language:Dockerfile 90.9%Language:Shell 9.1%