The official documentation for the ULX admin mod for Garry’s Mod!
You can help improve the documentation!
These build instructions will help you set up a local version of the site.
This project uses Bundler to install and run Jekyll. Bundler manages Ruby gem dependencies, reduces Jekyll build errors, and prevents environment-related bugs. To install Bundler, you must install Ruby.
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.http://localhost:4000
in your browser.