Scaffold monorepo dev setup
This commit is contained in:
commit
d2a09e095a
47 changed files with 1033 additions and 0 deletions
11
apps/web/app/page.tsx
Normal file
11
apps/web/app/page.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export default function HomePage() {
|
||||
return (
|
||||
<main className="page">
|
||||
<section className="panel">
|
||||
<h1>Islandflow</h1>
|
||||
<p>Realtime options flow + off-exchange analysis.</p>
|
||||
<p>UI scaffold is up; live data wiring next.</p>
|
||||
</section>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue