feat(sprint-4): GitHub Pages, code splitting, Lighthouse CI, desktop matrix - #26
Merged
Merged
Conversation
Sprint 4 — Polish & Launch (issues #6–#10): - GitHub Pages workflow with base /coderkeys/ and SPA 404.html - Lazy route loading + manual chunks (main bundle 242KB vs 1.3MB) - Lighthouse CI workflow (perf ≥90, a11y ≥95) - Desktop CI matrix: Linux, macOS, Windows - Vite alias fix, nav contrast fix, architecture doc status - README badges and live demo link Co-authored-by: Iago Mendes <iagommendes@gmail.com>
iagommendes
marked this pull request as ready for review
June 29, 2026 20:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements Sprint 4 — Polish & Launch (issues #6–#10).
#6 GitHub Pages deploy
.github/workflows/deploy.ymlwithGITHUB_PAGES=truebuildbase: '/coderkeys/', React Routerbasename, SPA404.html#8 Code splitting
React.lazy+Suspenserecharts,codemirror,react-vendor,i18n#7 Lighthouse CI
.github/workflows/lighthouse.yml+lighthouserc.jsontext-foreground)#9 Desktop multi-OS
desktop.ymlmatrix: Linux, macOS, Windows#10 Documentation
PLANEJAMENTO-ARQUITETURA.md— phases 1–3 marked complete, Fase 4 addedAlso
import.meta.url, ordered aliases,host: true)Verification
Closes #6, #7, #8, #9, #10