Sveltekit static site app for tracking FFXIV MSQ quest progress.
The goal is to provide a simple but well enough designed way to track your progress whilst being easy to update through datamined sources.
Build and serve app:
npm run dev
Generate datamined data:
npm run quests
- Improve performance, the app, really, should be lightning fast. Currently: acceptable!
Extra:
- Post-expansion quest separation (labels?)
- Quest graph viewer? (nah)
Check package.json
for the available scripts.
Deployed to GitHub Pages on push to main
.