diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a5a34a --- /dev/null +++ b/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 +```