Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ideyuta/watch
watch is mac app for viewing videos
https://github.com/ideyuta/watch
Last synced: 8 days ago
JSON representation
watch is mac app for viewing videos
- Host: GitHub
- URL: https://github.com/ideyuta/watch
- Owner: ideyuta
- Created: 2015-08-02T06:30:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T06:31:03.000Z (over 9 years ago)
- Last Synced: 2024-04-09T14:40:22.708Z (7 months ago)
- Language: CoffeeScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watch
watch is app for viewing videos
## Installation
### Install Electron
```
(local)$ npm i -g electron-prebuilt
```### Clone & Install NPM Package
```
(local)$ git clone [email protected]:ideyuta/watch.git
(local)$ cd watch
(local)$ npm install
(local)$ npm run g
```## Develop
### gulp
```
npm run g
```### electron
```
npm run e
```## Package Build
```
npm run build
```## Test
```
(local)$ npm run test
```