Browse Source

Add README.md

feature/index.js
Sheogorath 5 years ago
parent
commit
e9cba7c2a4
No known key found for this signature in database GPG Key ID: 1F05CC3635CDDFFD
  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