This git repo is for the site codeforfoco.org.
We welcome new contributors. Be sure to check out guide on contributing, which includes instructions on how to fork, clone, branch, commit, pull request and sync your fork.
Not sure where to start? Look for open issues on GitHub, or message the team on our Slack site (can sign up via email here).
TL;DR Contribution Workflow:
- Fork this repository and Clone your fork locally.
- Checkout a new branch on which to make your changes.
- Make edits. Try to match existing coding style.
- Test your changes.
- Commit your changes. Push your changes to your fork on GitHub.
- Submit a new pull request and your changes will be reviewed and merged.
A few requirements:
- Requires a working installation of Ruby programming language.
- Installed
bundler
tool for installing "gems" (gem install bundler
). - Local git clone of this repo where you have changes to test.
Previewing
cd codeforfoco.github.io
bundle install
bundle exec jekyll serve
open http://127.0.0.1:8080/ # open this address in web broswer
- Need to develop content
We encourage you to open up an issue if you have any feedback, suggestions or bugs.
MIT, see LICENSE for full license.