This project is a web editor that is in use at markuapad.com and will be integrated into leanpub.com.
It's used to create any document written in the markua format.
This is the alpha release and is not yet close to stable. Use at your own risk!
It's written and maintained by Braden Simpson, but we would love to have your pull requests 😄
You can use this project by including it in your package.json, then including the
markuapad.scss
file, and the build/bundle.js
file. then call $(element).markuapad(options)
.
npm install -g webpack
npm install webpack-dev-server -g
Run the following:
git clone https://github.com/markuadoc/markuapad
cd markuapad
npm install && bower install
webpack-dev-server
and you should be up an running on http://localhost:8080