Update 'README.md'

This commit is contained in:
niku 2023-07-27 10:44:08 +00:00
parent 9308ebba54
commit 573568ee6d

View File

@ -1,7 +1,7 @@
# twitch-clone
![](assets/logo.png) ![](assets/logo.png)
# twitch-clone
A Twitch clone to experiment with various technologies. A Twitch clone to experiment with various technologies.
![](assets/screenshot.png) ![](assets/screenshot.png)
@ -13,6 +13,29 @@ A Twitch clone to experiment with various technologies.
- Next.JS for the frontend, React with SSR important for SEO and to speed up the initial load. - Next.JS for the frontend, React with SSR important for SEO and to speed up the initial load.
- Tailwind for styling, eliminating the need to manage stylesheets. - Tailwind for styling, eliminating the need to manage stylesheets.
## Dependencies
- [podman](https://github.com/containers/podman)
- [pnpm](https://github.com/pnpm/pnpm)
- [node](https://github.com/nodejs/node)
- [go](https://github.com/golang/go)
## Usage
Start the necessary infrastructure:
```sh
podman-compose up
```
Start the frontend:
```sh
cd client
pnpm i
pnpm run dev
```
Start the chat-service:
```
go run ./cmd/chat-service/main.go
```
## Disclaimer ## Disclaimer
I am in no way affiliated with Amazon or Twitch. I am in no way affiliated with Amazon or Twitch.