文件名称:endless-ships:在线参考《无尽的天空》游戏
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-16 11:03:17
react static-site-generator clojure Clojure
无尽的天空参考站点生成器 这是一个用于生成带有有关游戏的参考信息的网站的工具。 生成器通过解析游戏源(特别是data/*.txt文件)来获取所有游戏数据,从而使信息始终保持最新。 安装 首先,您需要克隆项目并提取作为git子模块链接的游戏: $ git clone git@github.com:7even/endless-ships.git $ cd endless-ships $ git submodule update --init 生成器使用因此您需要 (在OS X上brew install boot-clj )。 首次启动时,它将安装所有其他Clojure依赖项。 该站点的客户端部分正在使用进行编译,因此您也需要它(在OS X上brew install yarn )。 生成网站 只需从应用程序的根目录运行boot build命令。 它将生成的文件放在build/目录下,准备
【文件预览】:
endless-ships-master
----.gitmodules(102B)
----test-site()
--------Vagrantfile(565B)
--------.gitignore(16B)
--------endless_ships(160B)
----boot.properties(27B)
----package.json(79B)
----resources()
--------game()
--------parser.bnf(984B)
----src()
--------clj()
--------cljs()
----.projectile(17B)
----.gitignore(93B)
----shadow-cljs.edn(524B)
----public()
--------app.css(970B)
--------index.html(2KB)
--------ga.json(15B)
----README.md(2KB)
----yarn.lock(3KB)
----LICENSE.txt(34KB)
----build.boot(2KB)