wclaeys / solved-by-flexbox

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

Home Page:http://philipwalton.github.io/solved-by-flexbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solved by Flexbox

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

View Site

Viewing the Site Locally

Solved by Flexbox is built with Jekyll and written in Ruby. To preview the site locally you'll need Ruby and RubyGems installed.

Once they're installed, you can install the remaining dependencies with the following command:

bundle install

To preview the site in the browser, simply run the following rake task:

rake preview

This starts up a local server at port 4000. If you want to use a different port, you can pass the port number as an argument to the rake task:

rake preview[8080]

The rake preview command starts up the Jekyll server and watches for any HTML or Sass file changes. It automatically recompiles everything and runs the CSS through autoprefixer.

About

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

http://philipwalton.github.io/solved-by-flexbox/

License:GNU General Public License v2.0