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:CLIENT_NAME= ACCESS_TOKEN= FILE_KEY= CLIENTS_FOLDER_PATH=
Example
CLIENT_NAME=amarillo-redesign ACCESS_TOKEN=figd_6Pwt0P3Xe9_l3A8p4_Gmd3DmjotN3Vrptc_BTgDf FILE_KEY=eG9oxCYlvvYWDraiQUzalz CLIENTS_FOLDER_PATH=C:\cms30\nodeServer\clients\
To start the Figma Profiler application, run the following command:
npm run dev