@antistatique/ehnv-styleguide

EHNV Styleguide.

Usage no npm install needed!

<script type="module">
  import antistatiqueEhnvStyleguide from 'https://cdn.skypack.dev/@antistatique/ehnv-styleguide';
</script>

README

EHNV - Styleguide

EHNV Styleguide.

Prerequisites

First of all, you need to have the following tools installed globally on your environment:

  • node
  • npm
  • gulp

Install

$ npm install
$ gulp

Development

First you have to launch Gulp to watch your files

$ gulp serve

Deploy

The deployment of branch dev and master is managed yourself and publish on NPM!

First time

  # You need to create a new realease using git flow
  $ git flow release start 0.0.1
  # Make some last minutes changes and prepare your realease
  $ git flow release finish -p 0.0.1
  # Publish on NPM your last release
  $ npm publish