An open API service indexing awesome lists of open source software.

https://github.com/hiroppy/devchatroom


https://github.com/hiroppy/devchatroom

devchat

Last synced: about 1 year ago
JSON representation

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
```