built with elm bitch
- Make sure you have elm installed
- Once you have elm installed, you can verify by running
elm --version
- Then depending on what you are using for an "IDE" (I use NeoVim Btw), you can run
./compile.shif you run into errors, run
chmod +x ./compile.shand try again*NOTE: it should create a file called
elm.jsin the root of the project
- for NeoVim users, you can run (Once inside of vim):
:! open index.html
Why am I learning Elm?
- Because I'm into PLT. (Programming Language Theory)
- Because I'm into functional programming. (More so declarative but functional is fun
:))