This project is made using Nuxt and Vue. Styling is done with Tailwind.
It was made for my own static's progress Stream coming up in a few weeks but i've made it open to everyone so you can adapt it to your needs too.
It'll display the current race infos like the number of pulls, your best percentage, the composition of your team during the best pull.
It has other pages with stats:
/lastPull
to see the percentage of your last pull/deathCounter
to see your death counter for the whole fight.
DeathCounter has no styling because we didn't wanna show it in real time on screen.
Make sure to install the dependencies:
yarn install
You then need to copy the .env.copy
to .env
and add your credentials gotten from this tutorial: FFLogs API Documentation
Your Guild ID can be found on FFLogs on your static profile page.
Start the development server on http://localhost:3000
:
yarn dev
Build the application for production:
yarn build
Locally preview production build:
# yarn
yarn preview
Check out the deployment documentation for more information.