The Markdown CSS site debuting the themes of the github org.
git clone https://github.com/markdowncss/markdowncss.github.io.git
cd markdowncss.github.io
npm i
gulp
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Install the dependencies and run gulp (
npm i && gulp
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).