Files
tenwholeyears-web/README.md
2026-06-28 13:23:24 -05:00

417 B

TenWholeYears Web

Landing website for TenWhole Years. Built with Astro and runs on Cloudflare Workers!

Getting Started

Install dependencies:

npm install

Create a local .dev.vars file:

TWY_API_URL=https://api.recroom.baby
TWY_CDN_URL=https://cdn.recroom.baby

Start the development server:

npm run dev

Astro will print the local URL, by default at http://localhost:4321.