The ./docs
directory including all the docs for MuxFM projects:
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:
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.
Start a local development server:
npm run start
Build for productionin the build
dir:
npm run build