3 Star 0 Fork 3

Gitee 极速下载/pokeclicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github/ISSUE_TEMPLATE
docs
src
.eslintrc.js
.gitignore
.travis.yml
CONTRIBUTING.md
Procfile
README.md
gulpfile.babel.js
hoenn-labelled-map-delete.jpg
install.sh
issue_bug_template.md
issue_improvement_template.md
npm-install.bat
package-lock.json
package.json
testDebug.sh
tsconfig.json
tslint.json
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/g8hh/pokeclicker
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Isha Dijcks 提交于 5年前 . Update README.md (#540)

Build Status

PokéClicker

A game about catching Pokémon, defeating gym leaders, and watching numbers get bigger.

NOTE: PokéClicker is still in its early stages of development!

You can try out the current state at www.pokeclicker.com

Developer instructions

Building from Source

First make sure you have git and npm available as command-line utilities (so you should install Git and NodeJS if you don't have them already).

Open a command line interface in the directory that contains this README file, and use the following command to install PokéClicker's other dependencies locally:

npm install

Then finally, run the following command in the command line interface to start a browser running PokéClicker.

npm start

Changes to the sourcecode will automatically cause the browser to refresh. This means you don't need to compile TypeScript yourself. Gulp will do this for you

Use Google cloud shell (alternative)

Google Cloud Shell

npm install
npm start

Deploying a new version to Github Pages

Before deploying, check that the game compiles and starts up without errors. Then run:

npm run website

After this command completes, push the changed files in the 'docs' directory to Github.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/pokeclicker.git
git@gitee.com:mirrors/pokeclicker.git
mirrors
pokeclicker
pokeclicker
v0.1.0

搜索帮助