Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

jtf-2016/jtf-2016.github.io

Repository files navigation

2016.techfesta.jp

July Tech Fest 2016

Build Status

Japanese Document

Usage

$ git clone https://github.com/jtf-2016/jtf-2016.github.io.git
$ cd jtf-2016.github.io
$ git checkout develop
$ bundle install
$ script/server

Contributions

  • Please Fork it!
$ git clone [email protected]:<your_name>/jtf-2016.github.io.git
$ cd jtf-2016.github.io
$ git checkout develop
$ bundle install
$ git checkout -b [your_branch_name]
# Add Commit and Push
  • Please Pull Request!

e.g. into jtf-2016:develop from koudaiii:koudaiii/badge

Manual Deploy

$ export GH_TOKEN=''
$ bundle exec rake deploy  # Build and publish to Github Pages