Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

📘 Re:VIEWを使った執筆を始めるためのboilerplate

License

Notifications You must be signed in to change notification settings

o2project/review-boilerplate

Repository files navigation

Re:VIEW boilerplate

Re:VIEWビルド + RedPenでのテスト + Travis CIによる継続的インテグレーション環境を構築できるリポジトリです。 Node.jsとRuby + Bundlerのインストールが必要です。

依存しているもの

RedPenのダウンロードでjqに依存しています。 Download jqを読んで、ダウンロードをお願いします。

準備

npm run setup

gulpfile.js内にあるrepositoryNameの値も、変更する必要があります。
https://github.com/kubosho/review-boilerplate/blob/aabcec6/gulpfile.js#L6

原稿のテストをする

npm test

ブラウザ上でプレビューする

npm run web
open articles/book/index.html

PDFを出力する

TeXのインストールが必要です。

npm run pdf

ライセンス

MIT License