Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.04 KB

SunPro会誌 2016技術書典

Build Status

2016年6月25日に開催された技術書オンリーイベント「技術書典」にて頒布された、技術系よろず同人誌『SunPro会誌 2016技術書典』のソースリポジトリです。

読む

開発に必要なソフト

  • Ruby
  • LaTeX
  • Git LFS

インストール

cd /path/to/SunPro-techbookfest
git lfs pull
bundle install

ビルド

PDFをビルド

bundle exec rake pdf

EPUBをビルド

bundle exec rake epub

HTMLをビルド

bundle exec rake html_all
cd web
npm install
npm run build