Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 741 Bytes

socreatory Styleguide

This is the style guide for socreatory. It contains all UI components and documentation for how to use them. The style guide is running on aiur, a tool to generate style guides with a focus on pattern libraries. It is still work in progress and will be updated during the work on this style guide.

Local setup

Install Node.js

In this directory run:

npm i

Now you need to run:

npm start

Visit http://localhost:4001 to visit the pattern library.

Run all the tests

npm run test runs eslint and stylelint

npm run prettier runs prettier

stylelint './lib/**/*.scss' --fix autofixes stylelint errors if possible