woorank-theme

Woorank Living Style guide

Usage no npm install needed!

<script type="module">
  import woorankTheme from 'https://cdn.skypack.dev/woorank-theme';
</script>

README

Woorank Living Style Guide

Styleguide pages built with Kss Node.

Development instructions

The style guide build tasks are made with Gulp.

Start the local environment

$ docker-compose build
$ docker-compose run --rm styleguide npm run build
$ docker-compose run --rm --service-ports styleguide

Watcher

You can launch the development watch with the following command:

$ docker-compose run --rm styleguide npm run dev

Development flow

You should develop your changes in the branches and create a pull request where the last commit is setting the new version number according to the semantic versioning.

Always use the npm version command to update the package:

$ npm version <major|minor|patch>

Publication of the styleguide

To publish the styleguide changes you have to build the project at CircleCI.

Successfull build will automatically push the woorank-theme assets into the S3 with the current version number and can be used in the applications.