Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/aoc-2022
Advent of Code 2022
https://github.com/drwpow/aoc-2022
Last synced: 9 days ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/drwpow/aoc-2022
- Owner: drwpow
- Created: 2022-12-03T16:57:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T01:38:06.000Z (about 2 years ago)
- Last Synced: 2024-10-15T00:28:43.032Z (2 months ago)
- Language: TypeScript
- Homepage: https://drwpow-aoc-2022.pages.dev/
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2022
🦀 Rust + wasm-pack project, with ⚡ Vite frontend
## Setup
Requires installation of [Node](https://nodejs.org/en/), [Rust](https://www.rust-lang.org/tools/install), and [wasm-pack](https://rustwasm.github.io/wasm-pack/). With everything installed, run the following in the root directory:
```
npm install
npm run build
npm run dev
```See the answers at `localhost:3000`
## Progress
| Day | Part 1 | Part 2 |
| :--- | :----: | :----: |
| `01` | ⭐ | ⭐ |
| `02` | ⭐ | ⭐ |
| `03` | ⭐ | ⭐ |
| `04` | ⭐ | ⭐ |
| `05` | ⭐ | ⭐ |
| `06` | ⭐ | ⭐ |
| `07` | ⭐ | ⭐ |
| `08` | ⭐ | ⭐ |
| `09` | ⭐ | |