An open API service indexing awesome lists of open source software.

https://github.com/summernote/summernote.github.io

Homepage of Summernote
https://github.com/summernote/summernote.github.io

Last synced: 4 months ago
JSON representation

Homepage of Summernote

Awesome Lists containing this project

README

          

# Summernote homepage

## For development

Homepage is powered by jekyll. For more details about jekyll please visit [jekyll site](http://jekyllrb.com/)

```bash
# install jekyll and jekyll-sitemap
gem install jekyll
gem install jekyll-sitemap

# run local server on 4000 port
bundle exec jekyll s
```