ChainReactionMax website built with Astro.
- Node.js >= 22.12.0
- npm
npm i
npm run devnpm run build
npm run preview- Production site URL is controlled by
SITE(defaults in Astro config). - Build base path is controlled by
BASE_PATH. - GitHub Pages deployment is handled by workflows in
.github/workflows/.