feat: add some feature to opinionSMS , refactor and code optimization

This commit is contained in:
Reza Taghizadeh
2025-10-05 19:24:20 +03:30
parent ab84e18917
commit 0b4a3ed1e0
23 changed files with 960 additions and 256 deletions

View File

@@ -0,0 +1,18 @@
## Environment Configuration
Create a `.env` file in the root directory and follow the variables in [.env.example](../.env.example)
```bash
# app back-end api services base url
VITE_APP_API_URL=
# the app website address url to load images
VITE_APP_SITE_URL=
# the digital business card back-end api services base url
VITE_CARD_API_URL=
# the pwa vapid public key
VITE_VAPID_PUBLIC_KEY=
```
---
[Go back to Readme](../README.md)