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

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

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