WVC Lumen CSS
CCS implementation of WVC's Lumen Design System.
Documentation
Project commands
- To download project dependecies, run
yarn
. - To run the storybook sandbox, run
yarn start
. - To lint (error check) your code, run
yarn lint
. - To compile scss to css for deployment(to dist/), run
yarn build
.