updated env

This commit is contained in:
2025-05-10 14:28:44 +05:30
parent e05d8b16c2
commit 53a91dd5f9
4 changed files with 283 additions and 3 deletions

View File

@@ -16,6 +16,15 @@ npm install
npm run db:generate
```
3. Copy Environment Variables
Create `.env` files from the provided `.env.example` templates:
Change the required ones env in .env files.
```sh
npm run setup:env
```
3. To Simply run all the app(Backend + Frontend).
```sh
npm run dev