A server re-implementation for a certain mobile gacha game.
Caution
Project on early development stage, don't use in production!
pkg install git python rust binutils uv libuv -y
git clone https://github.com/nexogone/raysteria-offline.git
cd raysteria-offline
uv run uvicorn raysteria:create_app --host localhost --port 5001 --factory
pkg install git python -y
pip install litestar==2.21.0 jinja2==3.1.6 uvicorn==0.41.0
cd ~/storage/shared
git clone https://github.com/nexogone/raysteria-offline.git
cd ~/storage/shared/raysteria-offline
uvicorn raysteria:create_app --host localhost --port 5001 --factory