Skip to content

Commit

Permalink
Add build instruction for Figma plugin and VSCode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchas116 committed Apr 30, 2023
1 parent ea8fd71 commit 9a4cd42
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ It aims to bridge the gap between modern design tools / no-code web builders and
- [ ] Publish as a cloud service, enabling non-developers to utilize the platform
- [ ] Managed website hosting that offers a complete no-code starting point for new projects, with the ability to gradually integrate code as needed
- [ ] Publish as a WYSIWYG editor library

## Build Figma plugin and VSCode extension

```
git clone --recursive git@github.com:uimix-editor/uimix.git
cd uimix
pnpm install
pnpm build
pnpm package
```

- Figma plugin: `packages/figma/uimix-figma-plugin.zip`
- VSCode extension: `packages/vscode/uimix-vscode-{version}.vsix`

2 comments on commit 9a4cd42

@vercel
Copy link

@vercel vercel bot commented on 9a4cd42 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9a4cd42 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.