An open API service indexing awesome lists of open source software.

https://github.com/jakxz/advent-of-code

advent-of-code and other practice coding. learning in public (and with friends)!
https://github.com/jakxz/advent-of-code

advent-of-code leetcode

Last synced: 4 months ago
JSON representation

advent-of-code and other practice coding. learning in public (and with friends)!

Awesome Lists containing this project

README

          

# `advent-of-code` test harness

On a system with [`mise`](https://mise.jdx.dev/)

```sh
# clone the repo, e.g. npx degit jakxz/advent-of-code && cd $_
mise install
bun install
bun [--watch] /
```

> **Note**: you need to add an `.env` file, with contents like:

```
AOC_SESSION=
```

> which you can get from your network session on adventofcode.com