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.
Make sure you have all dependencies installed.
$ gem install sass compass
- In your terminal, navigate to the project and type:
$ npm install
-
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.