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)!
- Host: GitHub
- URL: https://github.com/jakxz/advent-of-code
- Owner: JaKXz
- Created: 2022-11-21T05:07:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T02:25:14.000Z (4 months ago)
- Last Synced: 2026-02-19T07:31:26.975Z (4 months ago)
- Topics: advent-of-code, leetcode
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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