www.codeconnector.io is a Jekyll based website hosted on Github Pages.
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.
See our Code of Conduct and Contributing documentation.