https://github.com/benjaminderprogrammierer/advent-of-code-fw
A framework for solving Advent of Code challenges in TypeScript
https://github.com/benjaminderprogrammierer/advent-of-code-fw
advent-of-code coding-challenge framework
Last synced: 9 months ago
JSON representation
A framework for solving Advent of Code challenges in TypeScript
- Host: GitHub
- URL: https://github.com/benjaminderprogrammierer/advent-of-code-fw
- Owner: BenjaminDerProgrammierer
- Created: 2023-11-12T18:45:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:31:54.000Z (over 1 year ago)
- Last Synced: 2025-03-03T12:18:54.062Z (about 1 year ago)
- Topics: advent-of-code, coding-challenge, framework
- Language: TypeScript
- Homepage: https://github.com/BenjaminDerProgrammierer/advent-of-code-fw
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Framework
A framework for solving Advent of Code challenges in TypeScript.
## Usage
- Install the recommended extentions (`.vscode/extensions.json`, search for `@recommendations` in the extentions tab)
- Run the `npm run watch` script to watch for TS file changes to compile
- Start the Live preview server
- Start solving the challenges in the `src/days` folder