Vue Talks is a cool chat app where you can search and create rooms to chat about a theme and make new friends! 😃 💬
Start using: https://vue-talks-default.web.app
vue-talks.mp4
- Clone the repository:
git clone git@github.com:soutoigor/vue-talks.git
- Install Dependencies:
npm install
-
Create a project in Firebase with the Google authentication, Storage, and Firestore Database.
-
Create a
.env
file according with the.env.example
file (the firebase project values). -
Run the project:
npm run serve
- Run the linter:
npm run lint
- Run the build:
npm run build