Web IRC front end, intended to be used on OFTC.
npm install
./node_modules/.bin/webpack -p --config webpack.config.production.js
PORT={portnumber} NODE_ENV=production node .
node .
The above will run on port 3000 and enable hot reloading
./node_modules/.bin/karma start karma.config.js