Skip to content

kshibayama/missing-semester-jp.github.io

 
 

Repository files navigation

The Missing Semester of Your CS Education (日本語版) Build Status

The Missing Semester of Your CS Education (日本語版) のウェブサイトです!

本ページはThe Missing Semester of Your CS Educationを邦訳したものになります。

issues/PRによる貢献は歓迎です。実際に各セクションの翻訳を行いたい場合は次の手順に従ってください。

How to translate

  • 翻訳をしたい方は@matsui528にgithubアカウントをお伝えください。
  • issuesにて、翻訳対象のファイルごとにissueが立っています。closeされているものはもう翻訳が終わっています。対象のissueにて自分自身をassignしてください(更新が被ることを防ぐため)。ちなみにissueで既に誰かがassignされていた場合は既にその人が翻訳中です。
  • ブランチを作り、翻訳を行い、PRを作ってください。PR中では上記issueをメンションしてください。
  • masterにマージされたあと、issueから自分をunassignしてください。

Development

ローカルでビルドするには、次のコマンドを実行してください。

bundle exec jekyll serve -w

あるいはdockerを使う場合は、以下のコマンドでビルドができます

docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll jekyll serve -w

Translator

License

All the content in this course, including the website source code, lecture notes, exercises, and lecture videos is licensed under Attribution-NonCommercial-ShareAlike 4.0 International CC BY-NC-SA 4.0. See here for more information on contributions or translations.

About

The Missing Semester of Your CS Education (日本語版) 📚

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.4%
  • HTML 23.8%
  • Ruby 20.0%
  • Vim Script 9.0%
  • Python 8.9%
  • C 0.9%