BytesClub / BytesClub.github.io

WBUT In-House Code Club Website

Home Page:https://bytesclub.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WBUT Code Club Website

gitter

WBUT In-House Code Club's Official Website

Prerequisites

$ gem install jekyll bundler

Run it on local browser

  1. Clone this repository
git clone https://github.com/BytesClub/BytesClub.github.io.git
  1. Install dependencies: $ bundle install
  2. Run the server: $ bundle exec jekyll serve
  3. From your browser, go to: http://localhost:4000/

Add a project

JSON Data

Added in an extremely stupid way, improve it if anyone is interested

  1. Get the data from
https://api.github.com/repos/BytesClub/<name>/contributors
  1. Store it in _data/
  2. Provide the name in the .md file in _assets

About

WBUT In-House Code Club Website

https://bytesclub.github.io/

License:Other


Languages

Language:CSS 53.5%Language:HTML 33.3%Language:Ruby 13.2%