To install dependencies:
bun installTo init project files & download input for the current day:
bun run initTo start dev process for the current day:
bun devNote: Both these scripts accept a day too.
To run both serially without input:
bun startThis project was created using bun init in bun v1.0.14. Bun is a fast all-in-one JavaScript runtime.