Pvpgn master account syestem that allows users to manage multiple in-game accounts from the web.
- How to run in dev environment (locally)
- Install Docker
- Clone the repository (or download the source code)
- Navigate to the directory
- Open terminal and run:
- docker compose build --pull --no-cache
- docker compose up --wait
- Open https://localhost in your browser
- Open http://localhost:54475 for the MailPit (a local mail catcher where you will be able to see all emails sent from the site)