comitt inicial
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user