Skip to content

Commit

Permalink
docs(readme): update content
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 25, 2021
1 parent 590853e commit 4f84ca4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
- [Web-Client](./packages/web/README.md)
- [Server](./packages/server/README.md)

## Development

You can simple start or build all packages

```bash
# start
yarn start:server && yarn start:plugin && yarn start:web
# build
yarn build:server && yarn build:plugin && yarn build:web
```

## Description

This is the monorepo of Figma-Chat. Inside the `packages` folder you will find all projects.
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ yarn install
```

```bash
yarn plugin:build
yarn build:plugin
```

or

```bash
yarn plugin:start
yarn start:plugin
```

- Open figma
Expand Down

0 comments on commit 4f84ca4

Please sign in to comment.