/pvpoketw

This is the mandarin(Traditional Chinese) version of pvpoke on pvpoketw.com

Primary LanguageJavaScriptMIT LicenseMIT

PvPoketw

Attention! This is NOT official http://pvpoke.com repository! Please visit https://github.com/pvpoke/pvpoke

This is non-official, mandarin(tradtitonal Chinese) version of pvpoke(pvpoke.com) webiste source code, with permission from original creator.

Running PvPoke

Using docker

You can easily run PvPokeTW using docker by following these steps:

  1. Install docker
  2. Install docker-compose
  3. Run PvPokeTW using the following command from the directory where you extracted (or cloned) PvPoke files:
$ docker-compose -f docker/docker-compose.yml up --build

This also works with podman and podman-compose