https://github.com/badgerbloke/ytpipe
https://github.com/badgerbloke/ytpipe
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badgerbloke/ytpipe
- Owner: BadgerBloke
- Created: 2023-12-26T09:51:16.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-03-25T04:16:19.000Z (about 1 year ago)
- Last Synced: 2025-03-02T12:33:26.228Z (3 months ago)
- Language: TypeScript
- Homepage: https://ytpipe.mksingh.in
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started (Beta Version)
First, install the dependencies:
```bash
pnpm i
```Second, run the development server:
```bash
pnpm dev -p 5000
```Open [http://localhost:5000](http://localhost:5000) with your browser to see the result.
👉 This is under development and not ready for production use.