Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hienduyph/qtube
Clone Youtube with Deno Fresh
https://github.com/hienduyph/qtube
Last synced: 4 days ago
JSON representation
Clone Youtube with Deno Fresh
- Host: GitHub
- URL: https://github.com/hienduyph/qtube
- Owner: hienduyph
- Created: 2022-12-04T08:02:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T11:14:53.000Z (about 2 years ago)
- Last Synced: 2024-11-09T06:27:52.342Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://qtube.show.hienph.dev
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube clone for fun
## Get started
```bash
docker run -d --name qtube -p 8000:8000 ghcr.io/hienduyph/qtube:main
```### Development
```
deno task start
```## Production Build
```bash
docker build --build-arg GIT_REVISION=$(git rev-parse HEAD) -t qtube .
docker run -d --name qtube -p 8000:8000 qtube
```