pokelondon / pintsinthesun

Find a pub near you that won't be in the shade
http://pintsinthesun.co.uk
BSD 3-Clause "New" or "Revised" License
61 stars 17 forks source link

Development

Installation

You'll need node installed.

First install the packages required by the app

$ npm install

Then you can run a local development server available at http://localhost:8000 using

$ grunt serve

Deployment

To deploy the site you just need to host the contents of the src directory.

If you want to deploy the app to S3 you need to have Ruby, RubyGems and Java installed. Once you have those installed you can do:

$ gem install s3_website

Then to deploy the site:

$ s3_website push --site src

Note: s3_website.yml is required for pushing to S3