Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yikzero/remixiconorganization

A Figma plugin for generating Remix Icon descriptions and links
https://github.com/yikzero/remixiconorganization

figma figma-plugin

Last synced: 8 days ago
JSON representation

A Figma plugin for generating Remix Icon descriptions and links

Awesome Lists containing this project

README

        

# Remix Icon Organization

A Figma plugin for generating Remix Icon descriptions and links

## Develop

Before you start, make sure you have enabled [Corepack](https://nodejs.org/api/corepack.html). Corepack makes sure you are using the correct version (`packageManager` field in `package.json`) for package manager when you run corresponding commands.

```sh
corepack enable
```

Install dependencies.

```sh
pnpm install
```

Develop in Figma

```sh
pnpm run watch
```