Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 16, 2023
1 parent 147ae7f commit 31db644
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,45 @@ This is a monorepo for [@girs/gnome-shell](https://www.npmjs.com/package/@girs/g
## TODO

* Write a script to autogenerate the `index` files.

## Development

Build the types:

```bash
yarn build:types

# or
cd ./packages/gnome-shell
yarn build
```

Validate the types:

```bash
yarn validate:types

# or
cd ./packages/gnome-shell
yarn validate
```

Build the example:

```bash
yarn build:example

# or
cd ./examples/hello-world
yarn build
```

Validate the example:

```bash
yarn validate:example

# or
cd ./examples/hello-world
yarn validate
```

0 comments on commit 31db644

Please sign in to comment.