Sheogorath
6 years ago
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with
18 additions and
0 deletions
-
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 |
|
|
|
``` |