Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 284 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 284 Bytes

ircd

Unnamed Node IRCd

Installation

npm

TODO (not uploaded yet)

From source

  • git clone
  • yarn

Usage

  • yarn start
  • That's it

Dev

  • Edit stuff
  • yarn start
  • For tests, run yarn test
  • For linting, run yarn lint
  • PRs welcome

Deploy

TODO