SorsOps / figma-tokens-generic-storage-example

An example of how to use the generic versioned storage adapter for Figma Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figma Tokens - Generic versioned storage

This is an example repo to self host your own generic versioned storage to interop with Figma Tokens.

Internally it uses SQLite as the storage as this is a toy example.

Quickstart

npm ci
npm run start

This should expose a service running on port 8000 by default.

About

An example of how to use the generic versioned storage adapter for Figma Tokens

License:MIT License


Languages

Language:TypeScript 94.3%Language:JavaScript 4.2%Language:Dockerfile 1.5%