Skip to content

0b10011/html5please

 
 

Repository files navigation

HTML5 Please

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 NodeJS;
  2. Install Sass;
  3. Install Compass.

Getting Started

  1. In your terminal, navigate to this project and type:
$ npm install
  1. To generate the index.html page, type:
$ node ./lib/
  1. To check if the urls are accurate (and for deploying to production), type:
$ node ./lib/ checkurls
  1. All styles must be in the included Sass file rather than be updated in the generated CSS file. To compile them is to use Compass:
$ compass watch .
  1. Each of the features requires its own markdown file under posts folder. It is easy to create using the shell script on the parent directory, type:
$ ./new_feature.sh

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published