Skip to content

Latest commit

History

History
35 lines (22 loc) 路 780 Bytes

README.md

File metadata and controls

35 lines (22 loc) 路 780 Bytes

@elm-land/lamdera

How to use Lamdera and Elm Land together!

A screenshot of the app running

Live demo: https://elm-land.lamdera.app

Local development

Once you have the latest Lamdera and Elm Land v0.19.0 on your local machine, you can run this project with two separate commands:

elm-land server
lamdera live

And open up the running project at http://0.0.0.0:8000

( Note: There's no special elm-land watch command for now, so please excuse the extra unused dev server! )

Deploying

Lamdera doesn't currently build elm-land remotely, so to deploy we'll need to commit all the gen files.

elm-land build
git add -f .elm-land/src
lamdera check
lamdera deploy