Interview Prep · Cloudflare-ready study site

项目说明与使用方式

快速解释这个学习网站里有什么,以及建议怎么使用。

6-Week Plan
完整 6 周复习主计划与内嵌资料

适合作为总入口,从这里了解整体节奏、知识框架与每周重点。

Week 1 Guide
第 1 周逐日执行版

如果你今天只想打开一个页面开始学习,这一页最合适。

Overview
项目说明与使用方式

快速解释这个学习网站里有什么,以及建议怎么使用。

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:

  1. Read README.md for the overall plan.
  2. Execute week1-fully-expanded.md day by day.
  3. Send daily/weekly review notes back here for coaching and later Logseq curation.

Website workflow:

  1. Run npm install once.
  2. Run npm run build to generate dist/.
  3. Preview locally with npm run preview.
  4. Deploy dist/ to Cloudflare Pages.