alexmanno / hackathon2017

Website for FacileHack 2017 edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facile.it Hackathon 2017

Development

Build the website

make build

Test the website

make serve

And then visit it at http://<host>:9001 while running

To kill the development server issue a simple CTRL-C on the same terminal

Deploy

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

About

Website for FacileHack 2017 edition


Languages

Language:CSS 54.1%Language:HTML 36.8%Language:JavaScript 9.0%Language:Makefile 0.1%