Skip to content

xivapi/static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd78299 · Mar 6, 2025

History

67 Commits
Jan 15, 2025
Jan 19, 2025
Jan 17, 2025
Jan 16, 2025
Feb 21, 2025
Jan 18, 2025
Jan 15, 2025
Jan 18, 2025
Jan 23, 2025
Feb 3, 2025
Jan 15, 2025
Jan 29, 2025
Feb 3, 2025
Feb 3, 2025
Jan 30, 2025

Repository files navigation

XIVAPI static pages

Built with Starlight

Environment

This repository uses mise to manage the development environment. mise install will set up the necessary tools. Refer to mise.toml for required tool versions if not using mise for setup.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI