👍🎉 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 runnpm 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 thedemo
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