From 49ae5c5cdce8921ff6fbcb904a42f80d97940bf1 Mon Sep 17 00:00:00 2001 From: "Michael A. Hawker" Date: Sun, 21 Apr 2024 15:05:36 -0700 Subject: [PATCH] Add project info and disclaimer --- README.md | 29 +++++++++++++++++++++++------ src/views/HomeView.vue | 26 +++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 86e9e5a..03afcb1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ -# samgo +# Samgo -This template should help get you started developing with Vue 3 in Vite. +A bingo card for Sam to use while watching any [Game Changer](https://www.dropout.tv/game-changer) episode. A layer deeper from S6E5's "Bingo" episode. + +## Disclaimer: This Fan Game is Not Associated with Dropout or Game Changer + +This fan game is not affiliated with, endorsed by, or sponsored by Dropout or Game Changer. All logos, audio, and other intellectual property rights belong to their respective owners. This project was made purely for educational and entertainment purposes and does not seek to infringe upon any copyrights or trademarks. + +For any inquiries or concerns, please reach out to [Mikeware](https://x.com/MikewareXGR"). + +- The intro audio clip and GC logo are from S3E15 - Secret Samta 2: The Samta Clause +- The ending audio clip is from S2E4 - A Sponsored Episode + +The code itself is currently intentionally unlicensed (retained by me) and just here for others educational benefit and hosting. + +## Project Info + +This was an educational endeavour to learn more about [Vue 3](https://vuejs.org/) and CSS animations. It was built from the base Vue.js template but using [Bun](https://bun.sh/). + +Original template instructions below. ## Recommended IDE Setup @@ -17,23 +34,23 @@ See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh -npm install +bun install ``` ### Compile and Hot-Reload for Development ```sh -npm run dev +bun run dev ``` ### Type-Check, Compile and Minify for Production ```sh -npm run build +bun run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh -npm run lint +bun run lint ``` diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index eb58271..d1fe84d 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -20,9 +20,18 @@ function startGame() {