Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 645 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 645 Bytes

xplex docs

xplex docs banner

xplex docs is the homepage of xplex—your personal, self-hosted, open source, multi-streaming server

Links

TL;DR

User

Visit xplex.me.

Contributor

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