Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 860 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 860 Bytes

Webinative Style Guide

Frontend style guide for Webinative sites.

Set up

  1. Clone the repository using git clone [email protected]:Webinative/webinative-styleguide.git.
  2. Install node modules using yarn install.
  3. To compile SCSS, run yarn build:css.
  4. To generate KSS style guide, run yarn kss.

Viewing the styleguide

Run the python webserver,

python3 -m http.server 8008

Then visit http://localhost:8008/styleguide/ from your web browser.

VS Code extensions

Install the following Visual Studio Code extensions.