h5bp / html5please

Graded Feature Support: Look up web technologies and find out if they are ready for use.
http://html5please.com/
MIT License
837 stars 265 forks source link

HTML5 Please

Build Status devDependency Status

Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are.

Before you begin

Make sure you have all dependencies installed.

  1. Install Node.js
  2. Install Ruby
  3. In your terminal, navigate to the project and type:
npm install
bundle install

Getting Started