The bilingual static website for HMCL CE.
npm ci
npm run devnpm run buildThe static GitHub Pages output is generated in dist/. Pushes to main are automatically deployed by the GitHub Actions workflow in .github/workflows/deploy-pages.yml.
Before the first deployment, a repository administrator must open Settings → Pages and set Build and deployment → Source to GitHub Actions. GitHub returns a 404 from the Pages deployment API until the Pages site has been enabled once.