Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 826 Bytes

File metadata and controls

32 lines (21 loc) · 826 Bytes

AOM Vibe Lab

A minimal, responsive developer homepage for showcasing AI-assisted vibe coding projects.

Included

  • index.html
  • styles.css
  • script.js

Local preview

Open index.html directly, or run a local server:

python -m http.server 8080

Then open http://localhost:8080.

GitHub Pages deployment

  1. Create a repository such as aomemail.github.io.
  2. Copy these files to the repository root.
  3. Commit and push to the main branch.
  4. Open repository Settings → Pages.
  5. Deploy from the main branch and root folder.
  6. After the is-a.dev registration is approved, set the custom domain to aomemail.is-a.dev.

Content updates

Edit the project cards in index.html. The layout supports adding more cards by copying an existing <article class="project-card"> block.