All Projects → h5bp → Html5please

h5bp / Html5please

Licence: mit
Graded Feature Support: Look up web technologies and find out if they are ready for use.

Programming Languages

javascript
184084 projects - #8 most used programming language

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

  • To generate the index.html page, type:

    npm run render
    
  • To start the watchers and open the project in your browser:

    npm run watch
    
  • Each of the features requires its own markdown file under posts folder. It is easy to create using the node script on the parent directory, type:

    npm run new
    

    And start entering details about the feature you want to add.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].