Skip to content

soutoigor/vue-talks

Repository files navigation

image

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

Example

vue-talks.mp4

Setup

  1. Clone the repository:
git clone git@github.com:soutoigor/vue-talks.git
  1. Install Dependencies:
npm install
  1. Create a project in Firebase with the Google authentication, Storage, and Firestore Database.

  2. Create a .env file according with the .env.example file (the firebase project values).

  3. Run the project:

npm run serve
  1. Run the linter:
npm run lint
  1. Run the build:
npm run build

Technologies