https://github.com/gitpaulo/ffxiv-journey
FFXIV MSQ tracker. Focuses on simplicity and self-updating via datamined sources.
https://github.com/gitpaulo/ffxiv-journey
ffxiv msq quest
Last synced: about 1 year ago
JSON representation
FFXIV MSQ tracker. Focuses on simplicity and self-updating via datamined sources.
- Host: GitHub
- URL: https://github.com/gitpaulo/ffxiv-journey
- Owner: GitPaulo
- License: gpl-3.0
- Created: 2024-08-08T18:08:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T18:01:56.000Z (over 1 year ago)
- Last Synced: 2024-10-22T08:58:09.628Z (over 1 year ago)
- Topics: ffxiv, msq, quest
- Language: Svelte
- Homepage: https://gitpaulo.github.io/FFXIV-Journey/
- Size: 18.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFXIV Journey - MSQ Tracker
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.
### Preview


## Dev
Build and serve app:
```sh
npm run dev
```
Generate datamined data:
```sh
npm run quests
```
## TODO
- [ ] Improve performance, the app, really, should be lightning fast. Currently: acceptable!
Extra:
- [ ] Post-expansion quest separation (labels?)
- [ ] Quest graph viewer? (nah)
## Development & Deploy
Check `package.json` for the available scripts.
Deployed to GitHub Pages on push to `main`.