
This repo holds the official rules for 86 Challenge. Competitors are welcome to open issues or make contributions through pull requests.
We are using brew
to manage dependencies. To install, just run:
brew bundle install
We wrap all the commands we use with just
. To see all available commands, you can always run the command just
without any arguments.
Build PDF:
just build
Build & Watch:
just watch
Autoformat:
just format