Create a separate docs project with Astro and MDX so product documentation can evolve independently from the Electron app while supporting the planned TS/MDX migration. |
||
|---|---|---|
| .. | ||
| src | ||
| astro.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Docs (Astro + MDX)
Start
npm install
npm run dev
Build
npm run build