All Projects → o2project → Steins Git

o2project / Steins Git

Licence: other
「GitをSteins;Gateの世界観を使って説明する」薄い本

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Steins Git

Programming Basics Book Csharp Bg
Textbook for the "Programming Basics" course @ SoftUni (C#, Bulgarian)
Stars: ✭ 59 (-25.32%)
Mutual labels:  book
Real Time Rendering 3rd Cn Summary Ebook
📘 电子书 -《Real-Time Rendering 3rd》提炼总结 | 全书共9万7千余字。你可以把它看做中文通俗版的《Real-Time Rendering 3rd》,也可以把它看做《Real-Time Rendering 3rd》的解读版与配套学习伴侣,或者《Real-Time Rendering 4th》的前置阅读材料。
Stars: ✭ 1,159 (+1367.09%)
Mutual labels:  book
The Python Standard Library By Example
《Python3 标准库》电子书和配套代码 "The Python Standard Library by Example" ebook and source code 一本又厚又全的讲解Python3标准库的书籍(1000多页)适合当作字典参考或者闲暇时慢慢阅读。
Stars: ✭ 74 (-6.33%)
Mutual labels:  book
Rust Cookbook Zh
🇨🇳翻译: <rust-cookbook> Rust 生态系统 crate包的良好实践合集 ❤️ 校对 ✅
Stars: ✭ 62 (-21.52%)
Mutual labels:  book
The Road To Learn React Portuguese
The Road to Learn React - Tradução para o Português
Stars: ✭ 67 (-15.19%)
Mutual labels:  book
21 Recipes
📕 An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
Stars: ✭ 69 (-12.66%)
Mutual labels:  book
Study
Algorithm / Book Reviews / Interview / ETC
Stars: ✭ 58 (-26.58%)
Mutual labels:  book
You Dont Know Js Epub
"You Don't Know JS Yet" (2nd Edition) ePub generator.
Stars: ✭ 76 (-3.8%)
Mutual labels:  book
Livro Nodejs
Livro de NodeJS
Stars: ✭ 68 (-13.92%)
Mutual labels:  book
Typescript Book
《浅谈 TypeScript》在线电子手稿
Stars: ✭ 72 (-8.86%)
Mutual labels:  book
Nlp Py 2e Zh
📖 [译] Python 自然语言处理 中文第二版
Stars: ✭ 62 (-21.52%)
Mutual labels:  book
Funbook Old
I have a dream, to be a novelist someday.
Stars: ✭ 65 (-17.72%)
Mutual labels:  book
Patterns
Complete catalog of all classical patterns in the Archimate language
Stars: ✭ 70 (-11.39%)
Mutual labels:  book
Svgpocketguide
All original content of A Pocket Guide to Writing SVG by Joni Trythall
Stars: ✭ 1,106 (+1300%)
Mutual labels:  book
Qt 5 And Opencv 4 Computer Vision Projects
Qt 5 and OpenCV 4 Computer Vision Projects, published by Packt
Stars: ✭ 72 (-8.86%)
Mutual labels:  book
Awesome Vehicle Security And Safety
🚗 A curated list of resources for learning about vehicle security and safety.
Stars: ✭ 59 (-25.32%)
Mutual labels:  book
Spring Boot Building Api Backend
Code of the 'Practical Guide to Building an API Back End with Spring Boot' book
Stars: ✭ 69 (-12.66%)
Mutual labels:  book
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (+0%)
Mutual labels:  book
Tsunami
A parallel shallow water equations solver
Stars: ✭ 76 (-3.8%)
Mutual labels:  book
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (+1375.95%)
Mutual labels:  book

Steins;Git

CircleCI

「GitをSteins;Gateの世界観を使って説明する」薄い本です。

イベントでの頒布

  • コミックマーケットスペシャル6
    • 2015/3/28(土) M-62a
  • コミックマーケット86
    • 2014/8/16(日) 西な-11b

HTMLプレビュー版を見る

https://o2project.github.io/steins-git より見られます。

ローカルで確認する

ローカル上で確認をおこないたい場合は、次のコマンドを上から順に実行してください。

git clone https://github.com/o2project/steins-git.git steins-git
cd steins-git
make init -j
make serve

なお、以下のものをインストールしている前提となります。

  • Node.js
    • LTS or Currentの最新版
  • yarn
    • 現在v1.9.4以上を推奨しています

貢献したい

  1. リポジトリをフォークしましょう!
  2. 新たなfeatureブランチを作ります: git checkout -b my-new-feature
  3. 変更点をコミットします: git commit -am 'ほげもげを追加'
  4. リモートにプッシュします: git push origin my-new-feature
  5. pull requestしましょう :D

詳しくはCONTRIBUTING.mdに様々な案内を書いているので、参考にしてみてください。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].