website/README.md

23 lines
359 B
Markdown
Raw Permalink Normal View History

2017-05-28 19:41:36 +02:00
# 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