Skip to content

haumea-lang/www

Repository files navigation

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