Welcome to Evolution Server, a versatile platform for creating Yu-Gi-Oh! matches, fully compatible with EDOPro, Koishi, and YGO Mobile! But this time, we focus on the scalability of the code, allowing for easy implementation of new features related to the data generated during the duels.
Python
and pip
apt install python3 python3-pip -y
pip install conan
conan
profileconan profile detect
Clone this repository to your local machine using the following command:
git clone https://github.com/diangogav/EDOpro-server-ts
Run the clone_repositories.sh
script to clone all necessary repositories:
bash clone_repositories.sh
Run the build_core_integrator.sh
script to build the C++ components:
bash build_core_integrator.sh
npm
:npm install
npm run dev
If you prefer to use Docker to run the project, you can follow these steps:
Make sure you have Docker installed on your system. You can download and install Docker from https://www.docker.com.
Build the Docker image with the following command:
docker build -t <image-name> <path-to-dockerfile>
Run the Docker container:
docker run -p 7911:7911 -p 7922:7922 <image-name>