Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrozbarry/aoc-2021
Advent of Code 2021, when I have time to do stuff.
https://github.com/mrozbarry/aoc-2021
advent-of-code-2021 esmodules hyperapp javascript
Last synced: 27 days ago
JSON representation
Advent of Code 2021, when I have time to do stuff.
- Host: GitHub
- URL: https://github.com/mrozbarry/aoc-2021
- Owner: mrozbarry
- Created: 2021-12-02T14:35:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T03:24:10.000Z (7 months ago)
- Last Synced: 2024-05-21T12:44:18.180Z (6 months ago)
- Topics: advent-of-code-2021, esmodules, hyperapp, javascript
- Language: JavaScript
- Homepage: https://mrozbarry-aoc2021.surge.sh
- Size: 174 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
## Premise
Run advent of code solutions in hyperapp, with no build steps.
Most dependencies are installed simply to facilitate tests.
Theoretically, just run any static web server from the root, and this will work.## How to do stuff
To run the server (just a static server, servor, thanks Luke J).
```bash
npm ci && npm start
```To run the (very scant) tests:
```bash
npm test
```