26 lines
417 B
Markdown
26 lines
417 B
Markdown
# TenWholeYears Web
|
|
|
|
Landing website for TenWhole Years. Built with Astro and runs on Cloudflare Workers!
|
|
|
|
## Getting Started
|
|
|
|
Install dependencies:
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
Create a local `.dev.vars` file:
|
|
|
|
```env
|
|
TWY_API_URL=https://api.recroom.baby
|
|
TWY_CDN_URL=https://cdn.recroom.baby
|
|
```
|
|
|
|
Start the development server:
|
|
|
|
```sh
|
|
npm run dev
|
|
```
|
|
|
|
Astro will print the local URL, by default at `http://localhost:4321`. |