Interview Prep System Design
Files:
- README.md: 6-week master plan with embedded study materials
- week1-fully-expanded.md: day-by-day Week 1 execution guide
- scripts/build-site.mjs: builds the static study site from the Markdown source files
- package.json: site build and preview commands
Recommended workflow:
- Read README.md for the overall plan.
- Execute week1-fully-expanded.md day by day.
- Send daily/weekly review notes back here for coaching and later Logseq curation.
Website workflow:
- Run
npm installonce. - Run
npm run buildto generatedist/. - Preview locally with
npm run preview. - Deploy
dist/to Cloudflare Pages.