This repository is **open** for contributions! If you'd like to, you may open a PR or an issue, contributing helps us as we develop chatterbox!
git clone https://github.com/Orstando/chatterbox.git
cd chatterbox
# Install dependencies
npm i
# Setup server configuration
cp config.example.js config.js
# Now would be a great time to edit config.js
node .