Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 387 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 387 Bytes

webirc

Web IRC front end, intended to be used on OFTC.

Installation

npm install

Usage

./node_modules/.bin/webpack -p --config webpack.config.production.js
PORT={portnumber} NODE_ENV=production node .

Development server

node .

The above will run on port 3000 and enable hot reloading

Tests

./node_modules/.bin/karma start karma.config.js