[READ-ONLY] Mirror of https://github.com/metruzanca/aoc.
0

Configure Feed

Select the types of activity you want to include in your feed.

readme.md

Gleam Advent of Code#

Repo powered by Gladvent

Setup#

Set the AOC_COOKIE environment variable to your AOC session cookie token.

Basic Usage#

Access the Gladvent CLI

gleam run <command>

Create file for specific day. --fetch will grab your input and --example will create a file for the example input.

gleam run new 1 --fetch --example

Run specific day

gleam run run 1

See CLI help screens.

Tips#

Use nodemon to rebuild on file save

nodemon --ext gleam --exec "gleam run run 2 --example"