Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```