comitt inicial

This commit is contained in:
2026-03-05 10:33:46 +00:00
commit 8a0bb54ca2
20 changed files with 7801 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# MyCloset
## Environment Setup
1. Copy `.env.example` to `.env`
2. Fill your Firebase configuration keys into the variables defined in `.env`.
## Development
1. Install dependencies:
```bash
npm install
```
2. Run the development server:
```bash
npm run dev
```