That's a huge commit if you ask me

This commit is contained in:
Florian Sylvain
2023-02-21 14:00:29 +01:00
parent ce0ab23555
commit a1b8716bc2
13 changed files with 3615 additions and 409 deletions
+11
View File
@@ -8,6 +8,17 @@ This template should help get you started developing with Vue 3 in Vite.
npm install
```
### Environment variables
```
VITE_apiKey=
VITE_authDomain=
VITE_projectId=
VITE_storageBucket=
VITE_messagingSenderId=
VITE_appId=
```
### Compile and Hot-Reload for Development
```sh