Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mertturkmenoglu/aoc2023

Advent of Code 2023 solutions
https://github.com/mertturkmenoglu/aoc2023

advent-of-code advent-of-code-2023 aoc ts typescript

Last synced: 22 days ago
JSON representation

Advent of Code 2023 solutions

Awesome Lists containing this project

README

        

# Advent of Code 2023

- This repository shows my [Advent of Code 2023](https://adventofcode.com/2023) solutions.
- Please feel free to clone, change, and contribute.
- You can contact me on [Twitter](https://twitter.com/capreaee).

---

## Requirements

- You must have `Node.js` version 20 or later installed on your computer.
- You can use any Node package managers. `pnpm` is suggested.

## How to Run

- Clone the repository.
- Install the dependencies: `pnpm install`
- To run a specific solution, give `day` as a CLI argument to the `dev` script. Example:

```bash
pnpm dev day1
```

- To create a new directory with boilerplate code, use the `aoc` script with `day` as a CLI argument. Example:

```bash
pnpm aoc day1
```