Run libcosmic examples using `just`
masterThe libcosmic repository includes several example projects that demonstrate specific widgets and API usage. You can run these examples using the just command-line tool. Each example is invoked with just run <example-name>.
# Example: Run the application template
just run application
# Example: Run the calendar widget demo
just run calendar