Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 365 Bytes

pain-control project

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

make dev

Creating a native executable

make build