mikeshardmind / ts-partnercalc

A tool for analyzing Dance Partner damage contribution in FFXIV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

partnercalc

Build

A tool for analyzing Dance Partner damage contribution in FFXIV.

Getting Started

Requirements

  1. 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.
  1. Install dependencies:
> yarn install
  1. Set environment variables:
  • Rename .env_dev to .env.
  • Fill in your FFLogs v1 API key (you can find it on your profile).
  1. Launch the dev server:
> yarn serve

You should now be able to access the site at http://localhost:7000.

About

A tool for analyzing Dance Partner damage contribution in FFXIV.

License:MIT License


Languages

Language:TypeScript 94.1%Language:JavaScript 2.6%Language:CSS 2.5%Language:HTML 0.8%