bschlenk / figjam-lets-play-set

The game of Set as a FigJam widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter

This sample widget should work out of the box without any build steps. However if you want to tweak the widget source code, read on!

Installation

You'll need node.js installed. You can find the download link for it here: https://nodejs.org/en/download/

Install the depdencies for building this widget:

npm ci

NOTE: This sample uses a local version of plugin-typings since the widget types are not yet publicly available.

Building the widget

Any changes to code.tsx needs to be compiled into the corresponding code.js file.

npm run build

npm run build:watch // build and rebuild on any changes

Issues / Bugs

If you find anything bugs or have any questions, please reach out in the private beta Slack channel.

About

The game of Set as a FigJam widget.


Languages

Language:TypeScript 100.0%