https://github.com/hiroppy/devchatroom
https://github.com/hiroppy/devchatroom
devchat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiroppy/devchatroom
- Owner: hiroppy
- License: mit
- Created: 2017-06-20T23:29:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:31:57.000Z (over 5 years ago)
- Last Synced: 2025-01-25T21:56:06.705Z (about 1 year ago)
- Topics: devchat
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
devChatRoom
A devchat.tv's app made by Electron.
## Client
[devchat](https://github.com/abouthiroppy/devchat): Provides parsed items.
## Development
### Setup
```sh
$ npm install
$ npm run flow-typed
```
### Development
```sh
$ npm run start:renderer
$ npm run start:main
```
### Production
```sh
$ npm run build
```
### Create The Package
### OSX
```sh
$ npm run package:osx
```