https://github.com/onesk/aoc2023
Advent of Code 2023
https://github.com/onesk/aoc2023
advent-of-code typescript
Last synced: 4 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/onesk/aoc2023
- Owner: onesk
- Created: 2023-12-02T17:21:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-25T09:55:54.000Z (over 1 year ago)
- Last Synced: 2024-12-30T06:16:09.080Z (6 months ago)
- Topics: advent-of-code, typescript
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
This year I decided to do it in TypeScript to have some more exposure to the frontend & Node.js stack.
After cloning, run `npm install`
To run unit tests (consisting of all examples & my specific instances of problem inputs), run `npm run test`
To run a specific day challenge as standalone, run `npx ts-node src//.ts`
Linter run is available via `npm run lint:js`, automatic attempt at formatting via `npm run format`
Explicit transpilation is done via `npm run build`