Figma Profiler is a tool designed to streamline the process of managing design assets and variables within Figma. This README provides a step-by-step guide to setting up and running the Figma Profiler application.
-
Clone the repository:
git clone https://github.com/Morsadi/figma-profiler.git cd figma-profiler
-
Install dependencies using npm:
npm install
-
Create a
.env
file in the root directory of the project. -
Add the following environment variables to the
.env
file:ACCESS_TOKEN= FILE_KEY= CLIENTS_FOLDER_PATH=
- Find Access Token in https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens
- File Key is 22ch and can be found in the Figma page link you're working on https://app.screencast.com/dNwI6IFqYZON7
To start the Figma Profiler application, run the following command:
npm run dev