Interactive maps for FFXIV's Field Operations zones: Eureka (Anemos, Pagos, Pyros, Hydatos) and Bozjan Southern Front.
Built with Nuxt 3, Vue 3, and TypeScript.
Install dependencies:
npm installStart the development server at http://localhost:3000:
npm run devGenerate the static site for deployment:
npm run generateOutput goes to .output/public/.
To preview the generated site locally:
npm run previewSee CONTRIBUTING.md for how to contribute map data or code changes.