8000 GitHub - cescoffier/mutiny-doc-sandbox
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cescoffier/mutiny-doc-sandbox

Repository files navigation

Ruby Environnment and prerequisites

  1. Be sure you have rbenv installed
  2. Run rbenv init
  3. (Optional) Verify with curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash
  4. Run:
RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl" rbenv install -v 2.7.1
rbenv global 2.7.1
ruby -v # Should print 2.7.1
gem install --user-install bundler jekyll
bundle install

Jekyll

Build from scratch

rm -Rf _site && bundle exec jekyll build

Hot reload

bundle exec jekyll serve 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0