Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

servansod/leaps-wg3-webpage

Repository files navigation

Working version of LEAPS WG3 landing page.

Local builds

For local builds, you will need to install Jekyll.

~ $ gem install bundler jekyll
~ $ git clone <this repo>
~ $ cd leaps-wg3-webpage

Create the following Gemfile in the root directory:

source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# add jekyll as a dependency
gem "jekyll"

And then:

~/leaps-wg3-webpage $ bundle install
~/leaps-wg3-webpage $ bundle exec jekyll serve

Now browse to https://localhost:4000 and voilà.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published