Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 644 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 644 Bytes

EVE-WH Logo

EVE-WH

EVE-WH is a companion app for Wormhole (j-space) Logistic in EVE Online. It is designed to be a simple, easy-to-use tool for some in-game problems, like converting Ore to Materials, ...

Installation

TODO, because, yeah.

Development

If you wish to take part in the development of this project, you can follow the steps below to get started.

On a machine with PHP (>=8.3), with Composer and Node.js (npm) installed :

git clone
cd EVE-WH
composer install
npm install
composer run dev