robocat / thermo.me

Thermo, the Pocket thermometer app for iPhone & iPod.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Startover

David

Startover is a highly opinionated boilerplate for developing static websites on your Mac using Handlebars, Sass, Gulp and Pow. With Startover you don't have to start over!

Another boilerplate?

I agree! We really don't need more boilerplates or frameworks for developing websites. Startover relies heavily on the works of others like html5boilerplate. However none of the boilerplates I've stumbled upon have been right for me. Startover is not for everyone. I created Startover to fit my workflow with the tools I like to use when developing websites. Starover can be used either as it is or as an inspiration for your development workflow.

A few disclaimeres:

  • Startover is based on my workflow and how I work with static site development. I don't expect the code to be usable for anyone else but if you can use it that makes me happy!
  • The code in this repository is mostly not documented. That means if you have no idea what some of the code do or just have a question, then just open up a new issue and I will try to respond.
  • I use a mac for development therefore some of the code in this repository will assume the same.

Startover in the wild

Here are some sites that was built with Startover:

If you're using Startover you can create an issue so you can get featured here on this list of awesome sites (self-five).

Requirements

You need to have the following installed to use the code in this repository:

The easy way to get Ruby and Node.js is with homebrew. Just run:

brew update & brew install ruby pow npm

If you like pow, you should check out Anvil for Mac, it's free and pretty!

Getting started

Clone the repository:

git clone git@github.com:ksmandersen/startover.git

Install the project depencies for ruby gems and node packages:

make install

Building

Build a local version of the site:

make build

Build a release version of the site:

make release

Deploying

make deploy

License

The MIT License (MIT) Copyright (c) 2013-2015 Kristian Andersen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Thermo, the Pocket thermometer app for iPhone & iPod.


Languages

Language:JavaScript 55.4%Language:CSS 30.3%Language:HTML 7.1%Language:CoffeeScript 6.2%Language:Ruby 0.6%Language:Makefile 0.5%