Skip to content

Module website for CS3281&2 (Facebook Open Academy, aka Thematic Systems Project)

Notifications You must be signed in to change notification settings

Sumei1009/cs3281

 
 

Repository files navigation

CS3281 Website

Setting up

You'll need:

  1. Ruby
  2. nodejs
  3. bundler (gem install bundler)

In a terminal:

$ git clone <fork>
$ bundle install --path .bundle
$ bundle exec jekyll serve

The bundle might fail when installing:

  • ffi; ensure that your system's libffi is installed.
  • nokogiri; ensure that your system's zlib-dev (Ubuntu: zlib1g-dev) is installed.

About

Module website for CS3281&2 (Facebook Open Academy, aka Thematic Systems Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.4%
  • Ruby 20.7%
  • HTML 18.9%