Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 430 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 430 Bytes

pijma

Yet another user interface components library. Weird. Slow. Our own.

Demo

install

yarn install
lerna bootstrap

development

yarn watch

build

yarn build
Environments
  • production
  • development (used by default)
NODE_ENV=production yarn build