Skip to content

mrozbarry/aoc-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

npm ci && npm start

To run the (very scant) tests:

npm test