https://github.com/djwinston/mpv-scheduler
media scheduler
https://github.com/djwinston/mpv-scheduler
Last synced: 13 days ago
JSON representation
media scheduler
- Host: GitHub
- URL: https://github.com/djwinston/mpv-scheduler
- Owner: djwinston
- License: mit
- Created: 2023-06-11T21:26:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T22:11:52.000Z (almost 2 years ago)
- Last Synced: 2025-05-11T01:08:24.032Z (14 days ago)
- Language: TypeScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpv-scheduler
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```### Development
```bash
$ npm run dev
```### Build
```bash
# For windows
$ npm run build:win# For macOS
$ npm run build:mac# For Linux
$ npm run build:linux
```