Skip to content

trinne/reagent-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reagent Design System

Reagent Design System is a library for creating visual Styleguide / Storybook presentation of Reagent components. This library aims to ease the pain for developing front-end component system together with designers.

Development mode

First thing you need to do is to generate tokens by running the following command in the terminal:

lein run

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

lein clean
lein package

About

Design System for Reagent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published