https://github.com/calebnance/figma-plugin-ui
https://github.com/calebnance/figma-plugin-ui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebnance/figma-plugin-ui
- Owner: calebnance
- License: mit
- Created: 2022-07-31T02:33:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T02:17:26.000Z (almost 4 years ago)
- Last Synced: 2024-12-15T18:53:36.483Z (over 1 year ago)
- Language: JavaScript
- Size: 520 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Figma Plugin UI
## Table of Contents
- [Install & Build](#install--build)
- [Linting](#linting)
- [Release Notes](#release-notes)
## Install & Build
First, make sure you have [Node.js](https://nodejs.org) installed on your machine.
_if you use nvm_, `nvm use` to switch to 16.13.1
**Install:**
```bash
npm i
```
**Run Package with Hot-reload:**
```bash
npm run dev
```
***use this with react app within `/example/` for full hot-reloading dev***
**Run Package Bundle:**
```bash
npm run build
```
## Linting
- `npm run lint` for a list of linting warnings/error in cli
- make sure you have prettier package installed:
- [prettier for atom](https://atom.io/packages/prettier-atom)
- [prettier for vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- then make sure to enable these options (packages → prettier):
- eslint integration
- automatic format on save (toggle format on save)
## Release Notes
TODO