Frontend website repository for Ink3D TextureGen.
- A modern single-page static site (
index.html) - Custom styling and animations (
styles/main.css) - Interactive UI logic: tabs, tag filtering, modal, generation preview (
scripts/main.js) - GitHub Pages deployment workflow (
.github/workflows/pages.yml)
Open index.html directly in a browser, or run any simple static server.
- Push to
main. - In GitHub, open repository settings.
- Go to
Pagesand setSourcetoGitHub Actions. - The workflow
Deploy static site to Pageswill publish the site.