From 2b7a3da085f96b55990a5b7aedbb918a0d2f5300 Mon Sep 17 00:00:00 2001 From: codey Date: Thu, 2 Oct 2025 13:28:41 -0400 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d49d750 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# codey.lol +codey.lol is a web app built with Astro, TypeScript, Tailwind CSS, React, and Vite. + +## Pages Overview + +- **Home** (`/`): Landing page/lyric search +- **Login** (`/login`): User authentication page. +- **Memes** (`/memes`): Meme browser. +- **Radio** (`/radio`): Listen to and (if authenticated) control the radio stream. +- **Lighting** (`/lighting`): Authenticated controls for lighting state and color. +- **TRip** (`/TRip`): Authenticated page for TRip/media requests. +- **Requests** (`/TRip/requests`): Authenticated page to manage and view TRip/media requests. \ No newline at end of file