https://github.com/psephopaiktes/figma-finder
https://github.com/psephopaiktes/figma-finder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/psephopaiktes/figma-finder
- Owner: psephopaiktes
- License: mit
- Created: 2025-03-11T11:13:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:29:55.000Z (about 1 year ago)
- Last Synced: 2025-03-11T12:30:50.430Z (about 1 year ago)
- Language: Svelte
- Homepage: https://psephopaiktes.github.io/figma-finder/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Figma Finder

TODO
## Get the Extension
* [Chrome Web Store](TODO)
* [Add-ons for Firefox](TODO)
## Development
need a Node.js environment.
```zsh
npm i
npm start
```
## For Firefox review team
To review the source code and build it, please run the following command:
```zsh
npm run build:firefox
```