Skip to content

ASTechTalk/3-git-workflow-for-small-team

Repository files navigation

Git Workflow for Small Team

AS Tech Talk 第3回の資料です。

スライド生成に必要なもの(reveal.js)

build.shでreveal.jsのスライドを生成します。

  • npm
  • grunt-cli
  • reveal.js
  • docker
  • ruby
  • sass

初回セットアップ(Mac)

$ brew install npm
$ npm install -g grunt-cli
$ cd reveal.js
$ npm install
$ gem install sass

テーマの更新

  1. config/reveal.js/css/theme/source/default.scssを編集
  2. ./build.shでビルド
  3. slide.htmlが完成したスライド

md-slide-androidでの閲覧

  1. デバイスにmdファイルを送信(adb pushやダウンロード等)
  2. md-slideをインストール
  3. ESエクスプローラ等からmd-slideを使って開く

ライセンス

Copyright 2014 Soichiro Kashima

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

AS Tech Talk 第3回の資料など

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published