pabloisaiahs / hoos-in-cs

Hoos In CS Club website

Home Page:https://course-in-a-box.p2pu.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An open-source project for creating online courses, built by P2PU

Course-in-a-Box is a free tool for building and publishing online courses — no prior coding experience required.

To create your own course, simply fork this repository and delete the CNAME file. Detailed documentation is available at course-in-a-box.p2pu.org.

To make changes to the template itself, a good place to start is the _layouts, _includes and css directories. These directories contain all the layout and style files used.

Questions? Ask on P2PU's Community Forum.

Running locally

  • install docker
  • Run docker run -i -t --rm -u 1000:1000 -p 4000:4000 -v `pwd`:/opt/app -v `pwd`/.bundler/:/opt/bundler -e BUNDLE_PATH=~/opt/bundler -w /opt/app ruby:2.7 bash -c "bundle install && bundle exec jekyll serve --watch -H 0.0.0.0"

Course-in-a-Box is built by Peer 2 Peer University and shared under an MIT License.

Course content ("Modules") are shared under a CC BY-SA 4.0 license.

About

Hoos In CS Club website

https://course-in-a-box.p2pu.org/

License:MIT License


Languages

Language:SCSS 96.4%Language:HTML 2.5%Language:JavaScript 1.0%Language:Ruby 0.0%Language:CSS 0.0%