Skip to content

🎧 Documentation and landing pages for MuxFM

License

Notifications You must be signed in to change notification settings

muxfm/muxfm.js.org

Repository files navigation

⚠️ Under construction: This repository will contain the docs and landing pages for this project. The website is built using Docusaurus 2, a modern static website generator.

📋 Content

The ./docs directory including all the docs for MuxFM projects:

🛠️ Domain

Currently, this website is hosted on https://muxfm.github.io/docs, not the root subdomain.

This is because we want to publish the site from the gh-pages branch. The master branch has raw markdown files, and the static site is built and deployed from gh-pages. However, GitHub forces organization and user sites to deploy from the master branch:

Screenshot of GitHub Pages config

The solution: Soon, we'll get a domain (free ones like muxfm.js.org or paid ones like mux.fm are both available), so we won't need to use the muxfm.github.io domain.

👩‍💻 Development

Start a local development server:

npm run start

Build for productionin the build dir:

npm run build

📄 License