/emblem-playground

A playground for Emblem.

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

Emblem Playground

A playground for Emblem.

Setup

  • Install node.js
  • Install wasm-pack
  • Run npm install (or yarn/pnpm)

Dev

  • Build compiler with npm run wasm
  • Open local web server with npm run dev
  • Build site with npm run build