##Chatson
Chatson is a live chat analyzer created to give users insight into the emotional state and crowd mentality of Twitch chat streams.
- Product Owner: Daniel Ramich
- Scrum Master: Terry Capan
- Development Team Members: Andrew Vedady, Ben Janes
Open up the app and have a look at the data!
- Node 6.0.0
- React
- Redux
- RethinkDB
View the project roadmap here
$ npm install
$ npm start
Runs the project in development mode with hot-reloading of src
folder.
Open your browser at http://localhost:3000.
$ npm run clean
Using rimraf clean the dist
folder, which is the target of the build
$ npm run build
Builds the app into the 'dist' folder for deployment
$ npm run build:production
Cleans the dist
folder, rebuilds the app for deployment and starts the server
$ npm test
See CONTRIBUTING.md for contribution guidelines.