Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 713 Bytes

Prime-UI

This project is attempting to create a reusable component library from the Prime UI Sketch App UI Kit.

All components will be hooked up to Storybook for display, tested with Jest, and Visual Regression will be done using Loki.

View Our Current Progress

Running Storybook

  • For the purposes of contribution we ask that all changes are made using yarn for consistency.

  • First install dependencies with yarn install

  • Run the Storybook dev server with yarn storybook

Running the Main Application

  • You can run the React Dev Server with yarn start, this will compile everything and run a local dev server based on the content in ./src/app/Root.tsx