Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 453 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 453 Bytes

airyDustUI

It's a chat app, share something meaningful, or don't.

This is a fully functioning social real-time chat application built with Firebase, Vue3, and vanilla css. CRUD apps have never been easier.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint