ULX Unofficial Documentation
ULX v3 has no official reference documentation. Looking for information on ULX often yields outdated, low-quality or irrelevant results. The goal of this project is to provide users of ULX with a reliable resource.
Contributing
You can help improve the documentation!
- Open an issue to report an error or make a suggestion.
- Create a pull request to propose changes to the documentation.
Building
git clone https://github.com/Timmy/ulx-docs.git
- Download the repository to your computer.cd ulx-docs
- Change the working directory to the project root.bundle install
- Install Jekyll and other dependencies.bundle exec jekyll serve -b ""
- Build the site and serve it locally.- Open
http://localhost:4000
in your browser.