This directory contains the standalone static site deployed to evalanche.xyz.
It is intentionally separate from the npm package:
- the npm package only publishes
dist/andskill/ - this website is deployed through Vercel from the repo, but only publishes the static assets from
website/ - changes here do not affect the package entrypoints or release tarball
Git-based deploys are orchestrated from the repo root:
- vercel.json points Vercel at a dedicated static output directory
- build-website.mjs copies the website assets into that output directory
- the npm package still only publishes
dist/andskill/
index.html— landing pageevalanche.css— site stylesfavicon.svg— browser iconsocial-card.svg— social preview imagevercel.json— static-site deploy settings
The evalanche-xyz Vercel project deploys from the repo root and uses scripts/build-website.mjs to emit website-dist/ from the files in this directory.