Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 377 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (31 loc) · 377 Bytes

CONTRIBUTING

Requirments

  • PHP >=5.6
  • Composer
  • Latest Node.js & NPM
  • Gulp
  • Bower
  • Linux-like system & bash
  • FontForge
composer install
npm install
bower install

Test

npm test

Dev Server

npm start

Build

gulp build

Automatic building & testing while editing.

gulp watch

Deploy

You must have an authorized SSH key.

gulp deploy