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
- Host: GitHub
- URL: https://github.com/summernote/summernote.github.io
- Owner: summernote
- Created: 2014-12-08T04:57:57.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:19:29.000Z (over 1 year ago)
- Last Synced: 2025-05-28T00:41:19.933Z (8 months ago)
- Language: SCSS
- Homepage: https://summernote.org
- Size: 16.6 MB
- Stars: 18
- Watchers: 12
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```