Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onesk/aoc2023
Advent of Code 2023
https://github.com/onesk/aoc2023
advent-of-code typescript
Last synced: 10 days ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/onesk/aoc2023
- Owner: onesk
- Created: 2023-12-02T17:21:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-25T09:55:54.000Z (about 1 year ago)
- Last Synced: 2023-12-25T10:51:12.567Z (about 1 year ago)
- Topics: advent-of-code, typescript
- Language: TypeScript
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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`