robocat / televisedapp.com

TV Shows Weekly

Home Page:http://televisedapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

televisedapp.com

[![David](https://img.shields.io/david/strongloop/express.svg)]()

Requirements

You need to have Ruby and npm installed your machine. For OS X users it is recommended to install these tools through Homebrew. To install these run:

brew update && brew install ruby npm

Getting started

Building the website is facilitated by Gulp which is configured through the gulpfile. To install all dependencies for both ruby and node run

make install

This will also make a link to the pow server such that you can visit thermodo.com.dev/ in your browser.

To continously build the site while watching for changes run

make watch

To build a production ready release build of the website run

make release

Deployments

Deployments can only be performed by core contributers of the project and are automated with the s3_website gem with the make deploy command. Core contributors will have to create a .env file and fill in the missing S3 keys.

Contributing

  1. Clone the repository
  2. Create a new branch for your contribution
  3. Make the changes
  4. Check that the website builds correcly by running make release and check that everything looks correct
  5. Make a pull request where you clearly state what you contribution constitutes

About

TV Shows Weekly

http://televisedapp.com


Languages

Language:CSS 55.9%Language:HTML 26.0%Language:CoffeeScript 15.2%Language:Ruby 1.8%Language:Makefile 1.2%