A web application for tracking and managing Tibia soulcore collections.
TibiaCores helps Tibia players track, manage, and share their soulcore collections. Create custom lists and collaborate with friends to efficiently complete your collection.
- Docker compose
- Go
- Node.js
-
Clone the repository:
git clone https://github.com/sergot/tibiacores.git cd tibiacores
-
Start the application using Docker Compose:
docker-compose up -d
-
Copy .env.example file to .env and set your environment variables:
cp .env.example .env
-
Access the application at
http://localhost:5173
This project is licensed under the terms of the license included in the LICENSE file.
Please see CONTRIBUTING.md for details on how to contribute to this project.