Skip to content

UESTC-Ingress/ingress-tutorial

 
 

Repository files navigation

Ingress 中文游戏指南

正在写作中。 本书是由电子科大Ingress社团Fork的版本。

在线阅读本书

https://tutorial.nia.ac.cn

自行编译

依赖项:

$ npm install gitbook-cli -g
$ npm install --save gitbook-plugin-fancybox
$ npm install --save gitbook-plugin-addcssjs

然后 clone 本书

$ git clone --depth 1 https://github.com/UESTC-Ingress/ingress-tutorial.git

接下来你可以选择其中一种方法来查看本书的内容:

  • 构建静态 HTML 页面

    $ gitbook build

    完成后页面将会存放在 _book 目录中。

  • 直接在浏览器中观看

    $ gitbook serve

参与项目

合作请联系: tutorial[#]nia.ac.cn

版权

Creative Commons License
Ingress 中文游戏指南 by Hangzhou Ingress Group is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at hz-ingress/ingress-tutorial.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 5.3%