86challenge / rules

Official rules for 86 Challenge
https://86challenge.us
0 stars 0 forks source link

86 Challenge Rules

This repo holds the official rules for 86 Challenge. Competitors are welcome to open issues or make contributions through pull requests.

Install

We are using brew to manage dependencies. To install, just run:

brew bundle install

Usage

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