https://github.com/kwhitley/adventofcode
Advent of Code 2021
https://github.com/kwhitley/adventofcode
Last synced: 3 months ago
JSON representation
Advent of Code 2021
- Host: GitHub
- URL: https://github.com/kwhitley/adventofcode
- Owner: kwhitley
- Created: 2021-12-02T20:14:54.000Z (over 3 years ago)
- Default Branch: 2023
- Last Pushed: 2023-12-08T06:04:53.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:46:26.608Z (about 1 year ago)
- Language: TypeScript
- Size: 277 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code - 2023
### Getting Started
1. **Install dependencies:** `yarn`, `npm install`, or `pnpm install`
1. **Run the dev server:** `yarn dev`, `npm run dev`, or `pnpm dev`### Tips
- Each day should include a JS/TS file and a `.spec` test file.
- The JS/TS should output `part1` and `part2` functions.
- input is automatically loaded when available, and cached locally within the project (to speed up subsequent reloads)