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

https://github.com/dafrok/chatroom


https://github.com/dafrok/chatroom

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# chatroom

For FEX.

## Deploy

### Backend

```
$ cd backend
$ bundle install
$ ruby start.rb
```

### Frontend

```
$ cd frontend
$ npm i anywhere -g
$ npm i
$ npm start
```