forked from unit/website
|
||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
gulpfile.js | ||
package.json |
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