Personal portfolio and case-study website for Ming Qi.
npm ci
npm run devThe repository includes a GitHub Actions workflow that builds a static export and deploys the out/ directory to GitHub Pages.
In GitHub, open Settings → Pages and set Source to GitHub Actions. Each push to main will then update the live site at https://mqi6.github.io.
To verify the Pages build locally:
npm ci
npm run build:pages