WAP is a static site that turns papers into bilingual (EN/中文) and dual-level (HS/Grad) web pages. Each paper is its own HTML/CSS/JS bundle.
index.html— WAP home + paper indexapp.js— search + language/level toggle for the indexpapers/<slug>/index.html— standalone paper pagepapers/<slug>/styles.csspapers/<slug>/script.jsvercel.json— rewrites/<slug>→/papers/<slug>/index.html
- Create a folder:
papers/<slug>/ - Add three files inside:
index.htmlstyles.cssscript.js
- Add a card link to the index page in
index.html. - Push to GitHub → Vercel deploys automatically.
python3 -m http.server 8000
Then open http://localhost:8000.
