fxb / pixlet-web

Edit and run Tidbyt pixlet apps inside your browser!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixlet-web

Edit and run Tidbyt pixlet apps inside your browser!

Dependencies

  1. Install Go

  2. Build Pixlet WASM target from the wasm branch of my fork and copy it to dist directory.

  3. Install packages:

yarn install

Build

yarn run build

or

yarn run watch

Run

You need to run some local server in the dist directory to run the output, as browsers don't load a WASM binary from file:/// URLs.

e.g.

python3 -m http.server

About

Edit and run Tidbyt pixlet apps inside your browser!

License:Apache License 2.0


Languages

Language:TypeScript 88.6%Language:SCSS 9.4%Language:HTML 1.9%