Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/behrad/kwak
- Owner: behrad
- Created: 2015-02-03T06:02:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T21:32:36.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T18:03:30.364Z (9 months ago)
- Language: JavaScript
- Homepage: https://kwak.io
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`