Quick Start
1. Scaffold a Project
bash
weblisk new my-app && cd my-app
This creates:
code
my-app/ ├── index.html ← Home page (full standalone HTML) ├── about.html ← About page ├── 404.html ← Not found page ├── js/ │ └── islands/ │ └── shell.js ← Shell bootstrapper ├── css/ │ └── styles.css ← Global styles ├── images/ ← Image assets ├── sw.js ← Service Worker └── .env ← Config
Every page is a full standalone HTML document — through