Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 377 Bytes

readme.md

File metadata and controls

28 lines (23 loc) · 377 Bytes
Haumea Logo

www

The Haumea website sourcecode

install

$ yarn
# or use npm
$ npm install

build

$ yarn global add gulp-cli
# or use npm
$ npm install -g gulp-cli

$ gulp build
$ gulp watch

run

$ node server.js