Font Awesome Icon Finder (Webflow App)
Webflow App using the Designer API.
Built using Vite + React + Apollo + Font Awesome GraphQL API + Font Awesome SDK.

Local Development
- Create & install an App within Webflow
- Install npm dependencies via
npm install
- Install the webflow-cli:
npm i @webflow/webflow-cli -g
- Run
npm run dev
. It'll output a localhost url in the terminal.
- Open up the Webflow Designer, open up the Apps panel, and click your App your created in step 1
- Enter in the url from step 4 into the Development URL field and click "Launch development App"
Bundling the App
- Follow the above steps 1-3
- Run
npm run build
which outputs a bundle.zip
file.
- Upload this zip file in the Webflow dashboard
- Open the App in the Designer via the "Launch App" button