Static GitHub Pages website for Token Efficient Coding.
Run from the repo root:
python -m http.server 4173 --bind 127.0.0.1Then open:
http://127.0.0.1:4173/
index.htmlcontains the page content and semantic sections.styles.csscontains the full responsive design.script.jshandles the mobile menu and active navigation state.assets/contains the optimized brand and visual assets used by the page.
This repo is ready to serve directly from GitHub Pages. The CNAME file is set to:
tokenefficientcoding.com