/gus-photos

just some random photos from facebook

Primary LanguageHTML

Gus-photos

Just some random photos from Facebook.

This is just a static website and it was made in twenty minutes. It's hosted at http://gus.photos/.

Enjoy :)

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku