Skip to content

Bramboz/hackathon2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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 you have to issue the following commands:

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

About

Facile.it Hackathon 2015 website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.9%
  • CSS 31.8%
  • JavaScript 14.9%
  • Makefile 0.4%