A place to join groups of people with shared interests.
If you want to fix something or add a feature, I recommend asking me about it on Elm slack (I am @Martin Stewart
) or creating an issue here first.
It's much less stressful to turn down a feature before you have spent time implementing it!
Also make sure to add your name to the Credits.txt if it's your first PR!
- Download the Lamdera binary from here https://www.lamdera.com/start
- Add the lamdera.exe to your path variable
- Clone this repo
- cd into the repo folder and run
lamdera live
Easy way: Uncomment these lines in Backend.elm
--_ =
-- Debug.log "login" loginLink
and then click on the link that appears in the console when you try logging in.
Hard way: Create a postmark account, generate an API key, and paste it in Env.elm
here:
postmarkServerToken =
""
(Make sure to not accidentally commit it!)