Shows how to get repo export and walk it in TypeScript
walktherepo.wisp.place
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <title>Repo Walking</title>
8 <meta name="description" content="Walk the repo, count the steps.">
9 <meta name="og:description" content="Walk the repo, count the steps.">
10 </head>
11 <body>
12 <div id="app"></div>
13 <script type="module" src="/src/main.ts"></script>
14 </body>
15</html>