Skip to content

earthly/earthly-demo

Repository files navigation

Earthly and Github Actions

This is a repository for Earthly's article on Github Actions and Earthly.

Running Locally

Prequisites

Running the app locally

After you've built the images, you can run the app locally by running:

earthly +dev-up

Then, open http://localhost:3001 in your browser.

Stop the app locally

Hit ctrl+c in your terminal or alternatively, run earthly +dev-down.