19 lines
291 B
Markdown
19 lines
291 B
Markdown
# 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
|
|
```
|