Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 845 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 845 Bytes

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.