Skip to content

shyamajp/cw-chat

Repository files navigation

CW Chat

CW Chat is an online chat application at cw-chat.com.

For Development

Local

  1. Install packages: npm install
  2. Start app in development mode: npm run dev

Production

  1. Install packages: npm install
  2. Start app instance(s): npm start
  3. Stop app instance(s): npm run stop
  4. Restart app instance(s): npm run restart
  5. Delete app instance(s): npm run delete

For Testing

  • Run all tests: npm run test
  • Run all tests and collect coverage: npm run testCoverage

Contributing

Make a PR

Please follow our PR template!

Report bugs