The next generation of the KiwiIRC web based IRC client
Before you can build or start to develop on KiwiIRC, make sure the have the following installed on your system:
# install dependencies
yarn install
# build for production with minification
npm run build
# install dependencies
yarn install
# development web server with hot reload at http://localhost:8080/
npm run dev
Source files are linted automatically and will fail on any linting errors.
By default, the client will load the /static/config.json file on startup which contains any runtime configuration. When in the development environment this can be found in static/config.json