Solutions in Scala for the annual Advent of Code challenge. Note: this repo is not affiliated with Advent of Code.
Node.js v18.12.1+ (LTS)
First check out the git submodules necessary
$ git submodule sync
Synchronizing submodule url for 'solutions'
$ git submodule update --init
then check you have the solutions
directory added.
To run the website you need to do the following
$ sbtn "docs / mdoc"
$ cd website
$ yarn install
$ yarn start