https://github.com/oe/dplayer-tcb
DPlayer danmu backend with Tencent cloudbase
https://github.com/oe/dplayer-tcb
Last synced: 6 months ago
JSON representation
DPlayer danmu backend with Tencent cloudbase
- Host: GitHub
- URL: https://github.com/oe/dplayer-tcb
- Owner: oe
- Created: 2020-07-30T12:43:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:33:42.000Z (over 3 years ago)
- Last Synced: 2026-01-13T23:03:25.771Z (6 months ago)
- Language: TypeScript
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DPlayer for TCB
DPlayer, danmaku backend with Tencent cloudbase
## Building and running on localhost
First install dependencies:
```sh
npm install
```
To run in hot module reloading mode:
```sh
npm start
```
To create a production build:
```sh
npm run build-prod
```
## Running
```sh
node dist/bundle.js
```
## Credits
Made with [createapp.dev](https://createapp.dev/)