obedm503 / bootmark

markdown + bootstrap as a jQuery plugin
https://obedm503.github.io/bootmark/
MIT License
21 stars 4 forks source link

Checkout the Waffle.io

compatibility

as seen on tv

easy markdown + bootstrap

See some EXAMPLES

Read the DOCS

Read the CHANGELOG

This project was inspired by strapdown. Since strapdown hasn't been active for a while, I decided to take a stab at it.

some features:

installation

yarn install

yarn add bootmark

npm install

npm install --save bootmark

bower install

bower install bootmark

development

make sure you have git and nodejs installed and set up

download

first clone the repo, cd into it, and checkout the development branch

git clone https://github.com/obedm503/bootmark.git && cd bootmark && git checkout development

install dependencies

for this I recommend you use yarn because it's faster, but you could also use npm

using yarn:

yarn install

OR using npm:

npm install

npm scripts

Note: bootmark used to depend on gulp for task running but now simply uses npm scripts.