Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 980 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 980 Bytes

Official Website | Opportunities | Facebook

Leading By Example.

Working with the latest technologies, designing the best products, and sharing our knowledge with the world wide community.

vue-chat

A simple chat application built using Ionic/Vue using Firebase and Capacitor.

Run locally

  1. Make sure you have the latest version of Ionic by running npm install -g @ionic/cli@latest
  2. Clone the repository and cd into the project.
  3. Create a new project the firebase console and replace firebaseConfig in src/firebase.ts
  4. Run npm i && ionic serve