Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
/ chatte Public archive

A demo chat app made with Vue, Tailwind and Firebase/Netlify.

License

Notifications You must be signed in to change notification settings

arlopezg/chatte

Repository files navigation

Chatte

Welcome to Chatte. Chatte is a demo messaging app made by Alejandro with ❤️

Features

Requirements

To run this project locally, you'll need the following dependencies.

  • Node 12.x
  • Yarn
  • Everything else is already listed in package.json :)

Getting Started

To install this project, just run

yarn install

Useful scripts

  • Run the app in dev mode:
yarn dev
  • Compile and minify for production:
yarn build
  • Lint and fix files
yarn lint

Known issues

  • May need to adjust text input bar on certain mobile devices (iPhone 8 at least) as browser UI has a bit of overlap