The book.html page now combines the rotating 3D Game On viewer with interactive details + purchasing flows tuned for GitHub Pages deployments. The core visual treatment is still based on the open source 3D Book Image CSS Generator, with custom SCSS and JS enhancements.
<section class="book-preview">
<div class="book-3d">
<img src="path/to/cover.jpg" alt="Book Title by Author" />
</div>
</section>
The active SCSS partials are scss/components/_book-3d.scss and scss/components/_book-details-wrapper.scss, imported through scss/styles.scss.
The interactive behavior is handled in js/book-3d-viewer.js and js/book-details.js:
npm run buildnpm run deploy:github-pagesnpm run watchAll paths are authored to work from the repository base path for GitHub Pages hosting.