Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tompascall/aoc2023
Play with aoc
https://github.com/tompascall/aoc2023
Last synced: about 1 month ago
JSON representation
Play with aoc
- Host: GitHub
- URL: https://github.com/tompascall/aoc2023
- Owner: tompascall
- Created: 2023-12-09T18:16:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T17:53:49.000Z (about 1 year ago)
- Last Synced: 2023-12-16T18:38:47.163Z (about 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2023
Play with aoc
## Prerequisites
node v20
## How to run
```
EXPORT AOC_SESSION_COOKIE=
```### Run build
```
npx tsc
```### Run build with watch mode
```
npx tsc --watch
```### Run tests
```
npm test -- --watch
```### Get day n solution
```
node dist/day-01/index.js
```