Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 892 Bytes

File metadata and controls

44 lines (31 loc) · 892 Bytes

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 git@github.com:<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