Here's a set of recipes to get you up and running with your technology.
As our team, partners, and the open source community encounter new ways to use Handoff, we write documentation, and post it here so we don't have to reinvent the wheel. At present, there are two categories of guides we are working on -
How would you integrate Handoff tokens with your language, framework, or platform. We have integrated Handoff with the following technologies and have or are working on guides for the technology.
css | A simple guide for integrating button variables with a simple html button |
scss | A simple guide for integrating scss variables with a simple html button |
Bootstrap 5 | A custom integration for bootstrap 5.3 that works with simple components |
Wordpress | Integrating tokens with a simple Wordpress theme |
Drupal | Integrating tokens with a simple Drupal theme |
Wordpress | Integrating tokens with a simple wordpress theme |
The documentation software is built on NextJS and generates all static assets. This enables you to host it on any static web host. You can build it with just about any CI/CD toolchain. We use CI/CD extensively for querying Figma for changes and keeping the documentation and tokens up to date in our projects.
Bitbucket Pipelines | A guide for using pipelines to fetch tokens, build the documentation and deploy it to S3 |
Github Actions | A guide for using actions to fetch tokens, build the documentation and deploy it to S3 |
Cloudfront | How to configure Aws Cloudfront to host the documentation |
Github Pages | How to configure Github Pages to host the documentation |
Cloudflare | How to configure Cloudflare to host the documentation |