Skip to content

empus/kiwiirc-next

Repository files navigation

kiwiirc

The next generation of the KiwiIRC web based IRC client

Development dependencies

Before you can build or start to develop on KiwiIRC, make sure the have the following installed on your system:

Building

# install dependencies
yarn install

# build for production with minification
npm run build

Development environment

# 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.

Configuration

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

About

kiwiirc-next (Undernet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published