Skip to content

Commit

Permalink
removed all old code
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Jun 19, 2024
1 parent 2ae378d commit 7766b6f
Show file tree
Hide file tree
Showing 94 changed files with 6 additions and 7,679 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ README.md
build
package
docker-compose*
LICENSE.txt
LICENSE
Makefile
helm-charts
.env
Expand Down
10 changes: 1 addition & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
TWITCH_CHANNEL_NAME=""
TWITCH_CHANNEL_ID=""

# Go to your Twitch developer console and create a new application
PUBLIC_TWITCH_CLIENT_ID=""
TWITCH_SECRET_ID=""

# Prepare URL and visit https://id.twitch.tv/oauth2/authorize?client_id=CLIENT_ID&redirect_uri=REDIRECT_URI&response_type=code&scope=chat:read+chat:edit+channel:read:redemptions+moderator:manage:announcements
# After you will get page with long URL, where will be "code" as query param
TWITCH_OAUTH_CODE=""

# Will redirect to with #access_token
PUBLIC_SIGNIN_REDIRECT_URL=""
Expand All @@ -19,7 +11,7 @@ PUBLIC_COOKIE_KEY=""
PRIVATE_JWT_SECRET_KEY=""

# WebSocket server with event messages
PUBLIC_WEBSOCKET_URL="ws://localhost:4002"
PUBLIC_WEBSOCKET_URL=""

# Example of local DB
DATABASE_URL="postgresql://postgres:postgres@localhost:6432/db?schema=public&connect_timeout=300"
File renamed without changes.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Let's build a similar world together! ⭐️ Become a Stargazer ⭐️
- [Svelte](https://svelte.dev/): A new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.
- [SvelteKit](https://kit.svelte.dev/): A framework for rapidly developing robust, performant web applications using Svelte.
- [Twurple](https://twurple.js.org/): A set of libraries that aims to cover all existing Twitch APIs.
- [Prisma](https://www.prisma.io/): Next-generation Node.js and TypeScript ORM.
- [Howler.js](https://howlerjs.com/): Audio library for the modern web.
- [Lucide Svelte](https://lucide.dev/guide/packages/lucide-svelte): An open-source icon library.
- [TypeScript](https://www.typescriptlang.org/): A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Expand All @@ -41,4 +40,4 @@ npm run dev

## 🪀 License

This project is licensed under the MIT License - see the [**MIT License**](https://github.com/hmbanan666/chat-game/blob/main/LICENSE.txt) file for details.
This project is licensed under the MIT License - see the [**MIT License**](https://github.com/hmbanan666/chat-game/blob/main/LICENSE) file for details.
146 changes: 0 additions & 146 deletions apps/api/src/bot/bot.controller.ts

This file was deleted.

132 changes: 0 additions & 132 deletions apps/api/src/bot/bot.service.ts

This file was deleted.

19 changes: 0 additions & 19 deletions apps/api/src/config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/api/src/db/db.client.ts

This file was deleted.

Loading

0 comments on commit 7766b6f

Please sign in to comment.