make build
make serve
And then visit it at http://<host>:9001
To kill the development server issue a
make kill
To deploy to the gh-pages you have to issue the following commands:
make build
git add .
git commit -m 'Your commit message`
make deploy