Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 783 Bytes

contribute.md

File metadata and controls

33 lines (23 loc) · 783 Bytes
layout title permalink
default
Contribute
/contribute

Get started with Jekyll -- https://jekyllrb.com/docs/home/.

Install Jekyll & Bundler

{% highlight bash %} gem install jekyll bundler {% endhighlight %}

Fork the Repository

github.com - Fork a Repo

{% highlight bash %} git clone [email protected]:YOURUSERNAME/cornell-cloud-training.git cd cornell-cloud-training

if you do not have admin access, install to local path

bundle install --path vendor/bundle bundle exec jekyll serve {% endhighlight %}

View Results

Visit http://localhost:4000/ in your browser.

Submit a PR

If you would like to contribute back, submit a Pull Request.