monome / docs

monome.org/docs

Home Page:https://monome.org/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monome docs

http://monome.org/docs

contributions welcome.

developing locally

it is recommended to install rvm and us ruby 2.7.2.

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.

install jekyll, then:

git clone https://github.com/monome/docs
cd docs/
bundle
jekyll build
bundle exec jekyll serve --baseurl '/docs' --watch --livereload

(execute ./serve.sh to quickly run last command above)

visiting http://localhost:4000/docs/ to view the site. note http://127.0.0.1:4000/docs will also work, but the "search" will fail due to CORS.

About

monome.org/docs

https://monome.org/docs

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 79.3%Language:Max 10.8%Language:SCSS 2.2%Language:Lua 2.0%Language:JavaScript 1.3%Language:SuperCollider 1.1%Language:TeX 0.8%Language:Python 0.6%Language:CSS 0.5%Language:C 0.4%Language:C++ 0.4%Language:Processing 0.2%Language:Ruby 0.2%Language:Shell 0.0%Language:Liquid 0.0%Language:Dockerfile 0.0%