lucamug / elm-a-year-in-review

7 stars 4 forks source link

Elm, a year in review

Draft

https://lucamug.github.io/elm-a-year-in-review/

How to contribute

You can either create an issue or a Pull Request.

The files that you want to change, probably are either

To run this locally:

git clone https://github.com/lucamug/elm-a-year-in-review.git
cd elm-a-year-in-review
elm reactor

Then access http://localhost:8000/src/Main2022.elm

To build it:

Run elm make src/Main2022.elm. The newly created index.html will be accessible at https://lucamug.github.io/elm-a-year-in-review/