murilonerdx/LSMP — reverse-engineered prompt
Reverse engineered prompt
I want you to turn this repo into a working playable LSMP server mod setup, with the game side, the backend, and the web admin side all wired together so I can run it locally and see the main flow working end to end. Use the files and docs already in the repo to figure out the intended behavior, especially anything about skills, spells, audio, and the admin panel. If something is incomplete, fill in the missing glue in a sensible way instead of leaving stubs.
Please make it easy to start, ideally with a simple local run path and a Docker option if that is already part of the project. I want basic configuration from example env files, clear defaults, and enough sample data so the app does not boot into a broken state. The frontend should let an admin view and manage the important server data, and the backend should expose whatever the panel needs.
When you are done, leave a short setup note with the exact commands to run everything. If the repo docs are outdated, check current docs online as needed.
Want more depth? Deep Reverse