Skip to content

sharonytlau/london

Repository files navigation

Description

Women Who Code London - Mentorship Program Page

This content is created using GitHub Pages with Jekyll.

Prerequisites

Before you can use Jekyll to test a site, you must:

  1. Install Jekyll. Create a Jekyll site. For more information, see "Creating a GitHub Pages site with Jekyll." We recommend using Bundler to install and run Jekyll. Bundler manages Ruby gem dependencies, reduces Jekyll build errors, and prevents environment-related bugs. To install Bundler:

  2. Install Ruby. For more information, see Installing Ruby.

  3. Install Bundler. For more information, see Bundler

Building and run locally

Run on terminal bundle install

Run on terminal bundle exec jekyll serve

Access the page on browser: http://127.0.0.1:4000

External Links about GitHub Pages