xplex docs is the homepage of xplex—your personal, self-hosted, open source, multi-streaming server
Visit xplex.me.
git clone https://github.com/xplexHQ/docs.git
cd docs
npm ci
npm start
# Fork repo, add remote, make your changes etc.
git checkout -b feature/my-awesome-docs
git commit -m "Update docs with [my changes]"
git push origin feature/my-awesome-docs