layout | title | permalink |
---|---|---|
default |
Contribute |
/contribute |
Get started with Jekyll -- https://jekyllrb.com/docs/home/.
{% highlight bash %} gem install jekyll bundler {% endhighlight %}
{% highlight bash %} git clone [email protected]:YOURUSERNAME/cornell-cloud-training.git cd cornell-cloud-training
bundle install --path vendor/bundle bundle exec jekyll serve {% endhighlight %}
Visit http://localhost:4000/ in your browser.
If you would like to contribute back, submit a Pull Request.