Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 425 Bytes

spectre.xyz web apps

Packages

  • spectre: the Spectre app.
  • moire: the Spectre UI toolkit.
  • demo: a demo app, mostly to demonstrate components from the Moiré UI toolkit.

How to develop

This repository is using the pnpm package manager.

npm i -g pnpm # if not done already

pnpm i
pnpm moire:dev
pnpm spectre:dev