Optimized the root .gitignore to exclude virtual environments, node modules, and temp folders to ensure clean and lightweight version tracking. Co-authored-by: Cursor <cursoragent@cursor.com>
1.1 KiB
1.1 KiB
Rebuild Page Prompt
Rebuild the page "Arco Design Themes Demos" as a production-ready webpage.
Use the export pack in this order:
- Read
manifest.jsonto understand available files and capabilities. - Use
screenshot.pngas the visual source of truth. - Use
topology.json,selector-map.json, andcontent.blocks.jsonwhen present to preserve page structure and section semantics. - Use
theme.json,doms.toon, andstyles.toonto restore layout, tokens, and styling details. - Use
behaviors.json,responsive.json, andnetwork-summary.jsonwhen present to preserve dynamic behavior and breakpoint changes. - Use
preview/index.htmlandpreview/style.cssonly as references, not as the final implementation.
Implementation requirements:
- Match the original hierarchy section by section.
- Reuse exported assets from
assets/imagesandassets/fonts. - Preserve CTA order, sticky/fixed layers, and content hierarchy.
- Keep the page responsive across desktop, tablet, and mobile.
- Document any behavior or asset you cannot reproduce exactly.
Export mode: full.