Skip to content

Commit

Permalink
chore: add contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed May 20, 2024
1 parent 40e5c80 commit 7ddaf1e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# panda-vscode

The official Panda CSS VSCode extension

## Contributing

### Setup

```bash
yarn install
```

### Development

```bash
yarn dev
```

Then start the VSCode extension development host with [the `Run extension` launch config.](.vscode/launch.json)

### Build

```bash
yarn build
```

### Test

```bash
yarn test
```

```bash
yarn typecheck
```

### Publishing

Done automatically when the release PR (generated with
[Changesets](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)) is merged.

0 comments on commit 7ddaf1e

Please sign in to comment.