Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/behrad/kwak

A chat for team with a twist
https://github.com/behrad/kwak

Last synced: about 1 month ago
JSON representation

A chat for team with a twist

Awesome Lists containing this project

README

        

# Running the project
## Django
- `pip install -r requirements`
- Set the mailgun API key
- `python manage.py runserver` or use any wsgi server

## Ember
- `cd client`
- `npm install`
- `bower install`
- `ember build`
- Serve `dist` folder with nginx, sample config : https://gist.github.com/vhf/8b1ed741978a7e94b4f6

## Node
- `cd socketio-server`
- `node server.js`