Our website @ http://codeforhawaii.org
- Clone this repo.
There are two ways to install this website on your machine and help out with development. If you're concerned with polluting your environment with application libraries and have Virtualbox / Vagrant installed, then use Vagrant instructions, otherwise, use the Local instructions.
If you're on your development machine and want to use vagrant to isolate your dependencies/workspace, we've included a Vagrantfile to help you get started.
Run the following command:
vagrant up
Once the vagrant instance is up, open your browser to:
open http://127.0.0.1:4000
You'll be able to edit the files from the clone and see the changes
gem install jekyll
jekyll serve
To help us improve the site:
1.Fork it
2.Create your feature branch (git checkout -b my-new-feature)
3.Commit your changes (git commit -am 'Add some feature')
4.Push to the branch (git push origin my-new-feature)
5.Create new Pull Request