Privately message with your GitHub followers
Login with your GitHub account to start messaging privately with your GitHub followers.
This app is intended for demonstration use only, and is deployed using Amazon Web Services. The architecture is explained at a high-level here.
Create a .env
file based on the included example template.
Build a development image from Dockerfile.develop
:
docker build -t octochat -f Dockerfile.develop .
Use the included server.sh
script to run the development server in a container:
./script/server.sh
The application will be available at http://localhost:49160/.
We welcome contributions! See how to contribute.