Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 507 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 507 Bytes

simpl

simpl.info is a website for simplest-possible code examples, nothing more.

I also maintain a list of resources for information about HTML, CSS and JavaScript.

Your contributions and comments are welcome.

__Building the source: __

# After clone
$ cd build 
$ npm install grunt 
$ grunt --feature "new-feature"
$ cd ../"ew-feature" # Go ahead and add what is needed.