Skip to content
forked from monome/docs

monome.org/docs

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

jaseknighter/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monome docs

http:https://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:https://localhost:4000/docs/ to view the site. note http:https://127.0.0.1:4000/docs will also work, but the "search" will fail due to CORS.

About

monome.org/docs

Resources

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.5%
  • Max 9.5%
  • SCSS 1.9%
  • JavaScript 1.2%
  • TeX 0.7%
  • SuperCollider 0.7%
  • Other 2.5%