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