From e9cba7c2a4566139ca4d32a97e8043b87fb1e2fd Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 17 Jul 2019 08:45:09 +0200 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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 +```