# docs-1 **Repository Path**: mirrors_schollz/docs-1 ## Basic Information - **Project Name**: docs-1 - **Description**: monome.org/docs - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-15 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # monome docs http://monome.org/docs contributions welcome. if you have [jekyll](https://jekyllrb.com/) installed, you can build a partially working preview site as follows: ```bash git clone https://github.com/monome/docs cd docs/ bundle jekyll build bundle exec jekyll serve --baseurl '/docs' --watch ``` and visiting [http://localhost:4000/docs](http://localhost:4000/docs). if running ruby 3.0.0+, `bundle exec jekyll serve` will fail since `webrick` is no longer a bundled gem. execute `bundle add webrick` to resolve.