Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 919 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 919 Bytes

Contributing to vue-advanced-chat

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

  • Fork the vue-advanced-chat repository
  • Clone the repository using git clone https://github.com/YOUR_USERNAME/vue-advanced-chat
  • Go inside your cloned repository and run npm install
  • Go inside the demo folder and run npm install
  • If you want to test using Firebase, you can follow the steps here
  • You can use the code in demo/src/ChatContainer.vue or write your own code to test the chat
  • Run npm run serve inside the demo folder to open the demo app
  • You need to uncomment import { register } from './../../src/lib/index.js' to use the chat code locally and see your modifications live
  • When you are done with your changes, you can create a pull request and make sure you filled in the template correctly