chore(readme): instructions for running examples

This commit is contained in:
Michael Aaron Murphy 2023-09-13 16:33:53 +02:00 committed by Michael Murphy
parent 52bc409a1a
commit 7f3013e509
3 changed files with 27 additions and 1 deletions

24
examples/README.md Normal file
View file

@ -0,0 +1,24 @@
## `design-demo`
Showcase of all widgets and their styled variations for the purpose of demonstrating and
fine-tuning our design system.
```sh
just run cosmic-design demo
```
## `application`
Start here as a template for creating an application with libcosmic's application API.
```sh
just run cosmic-design demo
```
## `open-dialog`
Demonstrates how to create an open file dialog
```sh
just run open-dialog
```

View file

@ -1,5 +1,5 @@
[package]
name = "open_dialog"
name = "open-dialog"
version = "0.1.0"
edition = "2021"