Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lentil32/elm-advent-of-code-2023

Elm Solutions for Advent of Code 2023
https://github.com/lentil32/elm-advent-of-code-2023

Last synced: 25 days ago
JSON representation

Elm Solutions for Advent of Code 2023

Awesome Lists containing this project

README

        

# Advent of Code 2023 in Elm

It's first time to use Elm, so code may not be perfect.

## Getting Started

```sh
pnpm install # Install `elm` and `elm-go`
pnpm dev # Run `dev` script
```

Or, if you have `elm` and `elm-go` in global and are in Linux environment, then:

```sh
chmod +x run.sh
./run.sh
```

## References

- [Advent of Code 2023](https://adventofcode.com/)
- [lucamug/elm-go: A fork of elm-live](https://github.com/lucamug/elm-go)
- [lucamug/elm-training: Minimalistic Elm Development Environment](https://github.com/lucamug/elm-training)