SkillAgentSearch skills...

Docs

monome.org/docs

Install / Use

/learn @monome/Docs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

monome docs

https://monome.org/docs

contributions welcome.

developing with Docker

run:

git clone https://github.com/monome/docs
cd docs/
docker compose up

then go to http://localhost:4000/docs/ to view the site.

developing locally

it is recommended to install rvm and use 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.

View on GitHub
GitHub Stars141
CategoryDevelopment
Updated4d ago
Forks90

Languages

HTML

Security Score

90/100

Audited on Apr 2, 2026

No findings