You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
subnixr 244719e9fe
Add license
6 years ago
src Remove old cruft 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Add license 6 years ago
README.md Add readme 6 years ago
gulpfile.js Initial commit 6 years ago
package.json Add readme 6 years ago

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