Skip to content

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

License

Notifications You must be signed in to change notification settings

h5bp/html5please

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 1, 2022
81658fd · May 1, 2022
Mar 28, 2016
Mar 13, 2019
May 1, 2022
Jun 26, 2019
Feb 23, 2019
Feb 28, 2019
Oct 23, 2018
Dec 5, 2014
Nov 7, 2014
Jan 5, 2020
Feb 28, 2019
Oct 23, 2018
Oct 23, 2018
Mar 5, 2019
Feb 23, 2019
Nov 7, 2014
Feb 24, 2019
Mar 4, 2019
Oct 14, 2019

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published