A simple page with multiple timers corresponding to cutscenes in MSQ duties in Final Fantasy XIV. This project is a SvelteKit app (created using create-svelte
).
# bind dev server to locahost only
npm run dev
# or to bind dev server to all available network interfaces:
npm run dev -- --host
npm run build
You can then preview the production build with npm run preview
.