Here’s how you run a web app straight from its Git repository to preview a markdown file in your browser from the command line using Kitten¹:
kitten run https://codeberg.org/aral/markdown-preview.git README.md --port=0 --open
(If you have Kitten installed and you have a file called README.md in the current directory, run that command and you’ll see it rendered in your default browser.)
Neat, huh?
:kitten: 💕