Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

facile-it/hackathon2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facile.it Hackathon 2015

Development

Build the website

make build

Test the website

make serve

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

To kill the development server issue a

make kill

Deploy

To deploy to the gh-pages just issue the following commands:

make build
git add .
git commit -m 'Your commit message`
make deploy