Přejít na soubor
subnixr 244719e9fe Add license 2017-05-28 19:43:00 +02:00
src Remove old cruft 2017-05-28 19:00:41 +02:00
.gitignore Initial commit 2017-05-28 18:59:07 +02:00
LICENSE Add license 2017-05-28 19:43:00 +02:00
README.md Add readme 2017-05-28 19:41:36 +02:00
gulpfile.js Initial commit 2017-05-28 18:59:07 +02:00
package.json Add readme 2017-05-28 19:41:36 +02:00

README.md

Requirements

  • npm

Build

$ npm install    
$ npm run build

Output will be in dist/

Develop

$ npm install
$ gulp build

It is advised to have gulp installed in your system (either system or user) and exposed in $PATH.

To serve the content, run:

$ npm run serve

WARNING: this is meant only for development purposes