tomo-makes / missing-semester-jp.github.io

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

Home Page:https://missing-semester-jp.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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をメンションしてください。

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 (日本語版) 📚

https://missing-semester-jp.github.io/

License:Other


Languages

Language:CSS 37.7%Language:HTML 23.7%Language:Ruby 19.9%Language:Vim Script 9.0%Language:Python 8.9%Language:C 0.9%