Browse Source

Merge commit 'e9cba7c2a4566139ca4d32a97e8043b87fb1e2fd' into HEAD

master 0.1.0
Jenkins 5 years ago
parent
commit
c8afd9959a
  1. 18
      README.md

18
README.md

@ -0,0 +1,18 @@
ircd-js
===
A simple IRCd project to provide an IRCd.
Running
===
```bash
# Install all dev dependencies
npm install
# Run mocha tests
npm test
# Start the index.js
npm start
```
Loading…
Cancel
Save