Skip to content

monome/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bb96ef · Apr 6, 2025
Oct 13, 2024
Mar 17, 2021
Jan 19, 2024
Jan 8, 2024
Dec 15, 2023
Apr 2, 2025
Dec 27, 2021
Nov 8, 2019
Mar 31, 2025
Dec 15, 2023
Apr 2, 2025
Apr 2, 2025
Nov 2, 2022
Mar 17, 2021
Dec 13, 2021
Dec 15, 2023
Jun 11, 2024
Apr 6, 2025
Oct 6, 2021
Nov 8, 2019
Jan 6, 2025
Sep 10, 2021
Jan 10, 2024
Dec 15, 2023
Dec 15, 2023
Mar 17, 2021
Nov 8, 2019
Mar 17, 2021
Jun 14, 2022
Nov 9, 2017
Nov 8, 2019
May 3, 2022
Nov 8, 2019
Mar 17, 2021
Nov 8, 2019
Mar 17, 2021
Nov 2, 2022
Nov 8, 2019
Nov 2, 2022
Jul 7, 2023
Jul 7, 2023
Sep 10, 2021
Dec 27, 2021
Mar 24, 2021

Repository files navigation

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.