codeconnector.github.io
codeconnector.github.io copied to clipboard
The Code Connector website
Code Connector Website
www.codeconnector.io is a Jekyll based website hosted on Github Pages.
Local Development
A standard Ruby environment is needed in order to develop this website locally. If you do not have Ruby, you can follow the Jekyll installation instructions.
After Ruby and Bundler are installed, within the project folder, run:
bundle install
Then, run the site with jekyll:
bundle exec jekyll serve
If you have Jekyll installed globally, you can simply run:
jekyll serve
The site will be available at http://localhost:4000.
Contributing
See our Code of Conduct and Contributing documentation.