Use this "Hello World" code sample to :
- Spin up a Weblow App Server
- Enable OAuth
- Get data on an authorized user
- Register a Webflow App
- Copy the
.env.example
file to.env
- Replace the IDs in
.env
with the IDs from Webflow - Clone and run
yarn install
- Run
yarn dev
to start your development server
- Fastify for a webserver
- Webflow SDK for the Webflow API client
- Nodemon for live-reload during development
This server needs to be accessible by Webflow to recieve Webhook events. You have a couple of options to enable this: