Frontend style guide for Webinative sites.
- Clone the repository using
git clone git@github.com:Webinative/webinative-styleguide.git
. - Install node modules using
yarn install
. - To compile SCSS, run
yarn build:css
. - To generate KSS style guide, run
yarn kss
.
Run the python webserver,
python3 -m http.server 8008
Then visit http://localhost:8008/styleguide/
from your web browser.
Install the following Visual Studio Code extensions.