This repository hosts the MLSYS tutorial notes site.
GitHub Pages: https://currytang.github.io/MLSYS_tutorial/
The site publishes the curated MLSYS tutorials from notes/Mlsys/ and now supports both Chinese and English versions in the frontend reader.
notes/Mlsys/: tutorial markdown files and local assetssrc/: React frontend for browsing and rendering the tutorialsdocs/plans/: design and implementation notes for repo changes
npm install
npm run devnpm test
npm run lint
npm run buildGitHub Pages deployment is handled by .github/workflows/deploy-pages.yml.
Vite infers the production base path from GITHUB_REPOSITORY in CI. If needed, override it with VITE_BASE_PATH during the build.