Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lentil32/elm-advent-of-code-2023
- Owner: lentil32
- Created: 2023-12-09T16:57:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T18:36:01.000Z (12 months ago)
- Last Synced: 2024-03-07T08:43:59.722Z (10 months ago)
- Language: Elm
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)