Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```