This project is a dashboard for tracking the price and dividend information of RoundhillE ETFs and YieldMax ETFs.
You can view the live demo of this project on GitHub Pages:
https://septemhill.github.io/rh_xqr_dte/
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
dev
: "next dev"build
: "next build"start
: "next start"lint
: "next lint"schedule
: "tsx scripts/schedule.ts"