This site is built with Jekyll and Just the Docs. It's all hosted here on GitHub using the GitHub's Pages feature.
If you spot any errors in our documentation, feel free to make an issue.
If you'd like to do some extensive editing, you can also fork/clone this repository and view the pages live editing.
-
Ensure you have Ruby installed. On MacOS, ruby is already installed and ready to go.
-
Clone this repository:
git clone https://github.com/brilliantlabsAR/docs.git
-
Set up the environment:
cd docs bundle install
-
Open the project in your browser:
bundle exec jekyll serve --livereload --open-url
That's it! As you edit the pages. The website will automatically refresh. Be sure to keep an eye on your terminal to spot any error messages while you're developing.