mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
| .. | ||
| src | ||
| theme | ||
| .htaccess | ||
| 404.html | ||
| apple-touch-icon.png | ||
| check-login.php | ||
| dirindex | ||
| download.html | ||
| favicon.ico | ||
| index.template.php | ||
| README.md | ||
| replay-manage.php | ||
| replay.log.php | ||
| replays.lib.php | ||
| testclient.html | ||
PS replays database
This is the code powering https://replay.pokemonshowdown.com/
JSON API
The replays database has a JSON API, documented at:
https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md
Testing local changes
We now have a testclient.html for testing local changes.
npm install<- you only have to do this the first time./build- open
testclient.htmlin a browser.
And then repeat every time you make changes.
Features requiring login (private replay search, auto-self) won't work, but everything else should.