Skip to content

KQM-git/hsr-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce69a42 Β· Aug 24, 2023

History

95 Commits
May 15, 2023
Aug 15, 2023
Aug 24, 2023
May 15, 2023
May 15, 2023
May 24, 2023
Aug 15, 2023
May 28, 2023
Aug 14, 2023
Aug 24, 2023
Aug 24, 2023
Aug 10, 2023
Aug 8, 2023

Repository files navigation

KQM:HSR Site

Routing (aka what's up with src/pages)

*.astro, *.md, *.mdx in src/pages will just lead to the specified page (static routing). I.e. ~/src/pages/about.astro becomes hsr.keqingmains.com/about

Astro has a system for dynamic routing. Astro's documentation about it is here.

Important note:

🧞 Commands

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

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

πŸ‘€ Want to learn more?

Feel free to check our documentation or jump into our Discord server.