MapleStory 2 Handbook is a searchable database of items and NPCs in the popular MMORPG MapleStory 2. The project allows users to easily look up information on in-game items and NPCs, including their stats, locations, and other relevant details.
- Bun 1.1+
- MySQL 8
- Clone the repository:
git clone https://github.com/AngeloTadeucci/MapleStory2-Handbook
- Install dependencies:
bun install
- Go to
/static/resource
and unzip all 7z files to/static/resource/image
- Import the database using this project: MapleStory2-Handbook-BackEnd
- Start the application:
bun run dev
Note: You will need to have a MySQL server running and the connection details configured in a .env file in the root of the project.
Note: You should use NODE_ENV as production to serve the 3D models from another folder, using for example nginx or http-server.
Note: Web server might take a while to start because of svelte copying images to build dir
This project is open to contributions, feel free to fork and submit pull requests.
- Finish NPC details page
- Add maps, quests, trophies, dungeons, skills, dyes and more.
This project is licensed under the MIT License.