Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 358 Bytes

File metadata and controls

14 lines (9 loc) · 358 Bytes

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.