Files
SpaceMessenger/README.md
T

33 lines
425 B
Markdown

# Space Messenger 💬 💫
This template should help get you started developing with Vue 3 in Vite.
## Project Setup
```sh
npm install
```
### Environment variables
```
VITE_apiKey=
VITE_authDomain=
VITE_projectId=
VITE_storageBucket=
VITE_messagingSenderId=
VITE_appId=
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```