23 lines
359 B
Markdown
23 lines
359 B
Markdown
# 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 |