Skip to content

antistatique/ehnv-styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

003ab06 Â· Jan 16, 2024
Jul 20, 2017
Jan 16, 2024
Mar 21, 2019
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 24, 2020
Aug 29, 2016
Jan 16, 2024
Sep 23, 2020
Jun 22, 2022
Sep 29, 2016
Mar 21, 2019
Jan 16, 2024
Mar 21, 2019
Mar 21, 2019

Repository files navigation

EHNV - Styleguide

EHNV Styleguide.

Prerequisites

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

  • node v9
  • yarn
  • gulp

Typography

The fonts Proxima is currently served by Typekit's Antistatique account.

Don't forget to include the fonts:

<link rel="stylesheet" href="https://use.typekit.net/xld7vod.css">

Install

$ yarn install
$ yarn build 

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