Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 929 Bytes

TinyMCE documentation

wercker status

This project serves as the documentation for TinyMCE, as you see on tinymce.com, if you have any modifications you wish to contribute, fork this project, make the changes and submit a pull request. You will need to sign a contributors license agreement, a link will be sent via email.

First time setup

$ git clone [email protected]:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ sudo gem install bundle
$ ./_scripts/init.sh

Run development version

$ ./_scripts/serve.sh

Navigate to http://127.0.0.1:4000/

Contribute to TinyMCE

If you would like to contribute to the TinyMCE project please read our contributor's guide: http://www.tinymce.com/docs/advanced/contributing-to-open-source/