Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.01 KB

guile-imgui

Important Links

Pipeline Status

  • Build Build status

  • Mirror Git mirror status

Setup

To setup a system, root access is often required. So, if using sudo:

sudo make setup

And if not:

make setup

Running

Locally

make run

Containerized

make container-build container-run

or using bash magic

make container-{build,run}

make container-run will live load the relevant application code from your git repo into the container, via a volume, allowing for live reloads.