The core UIKit for Pixie web applications.
https://pixie-coreui.vercel.app/
Pixie web core UI components
yarn add @pixiepkg/react
Pixie icon sets for UI Kit
yarn add @pixiepkg/icon
For mac and linux, just simply run
yarn
yarn run dev
For windows, 2 terminals
yarn
yarn run watch
yarn run demo
Publish packages, only for the one get access to npm pixiepkg
npm config set access public
yarn run publish