You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
184 B

5 years ago
  1. ircd-js
  2. ===
  3. A simple IRCd project to provide an IRCd.
  4. Running
  5. ===
  6. ```bash
  7. # Install all dev dependencies
  8. npm install
  9. # Run mocha tests
  10. npm test
  11. # Start the index.js
  12. npm start
  13. ```