A tool for analyzing Dance Partner damage contribution in FFXIV.
Requirements
- Clone the repo:
> git clone https://github.com/hintxiv/ts-partnercalc.git
> cd ts-partnercalc- If you're interested in contributing, please instead make a fork and track this repo as an upstream remote.
- Install dependencies:
> yarn install- Set environment variables:
- Rename
.env_devto.env. - Fill in your FFLogs v1 API key (you can find it on your profile).
- Launch the dev server:
> yarn serveYou should now be able to access the site at http://localhost:7000.
