Index of /besson/autoindex_strapdown/strapdown

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]themes/2015-11-22 10:04 -  
[   ]LICENSE2015-11-22 10:04 1.1K 
[TXT]README.md2015-11-22 10:04 552  
[IMG]favicon.ico2015-11-22 10:04 1.1K 
[TXT]strapdown.css2015-11-22 10:04 2.2K 
[   ]strapdown.js2015-12-13 12:35 43K 
# Strapdown.js

Strapdown.js makes it embarrassingly simple to create elegant Markdown documents. No server-side compilation required. 

For more, please see:

+ http://strapdownjs.com

## Contributor guide

You will need Node.js (>0.6.x) and CoffeeScript to generate the bundles. To bundle/compile the assets, issue in the project directory:

```
$ npm install
$ coffee bundle <version_number>
```

Bug fixes should go in the latest version - no need to bump it. New features or anything that changes the old behavior should go into a bumped version.