When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository before making a change.
- Respect the SOLID principles
- Keep it simple and DRY
- Implement unit tests
- Open a terminal
- Navigate to the SRC folder
- Run "npm link"
- Go back to the demo folder
- Run "npm link ng-chat"
- To unlink just run "npm unlink ng-chat"
- Run the offline demo project and perform a smoke test
Make sure there is no 'node_modules' folder in 'src' while developing and testing with the 'demo/offline_bot' project.