We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 240236b + 058413c commit 63057e9Copy full SHA for 63057e9
README.md
@@ -72,8 +72,9 @@ This project is built with modern web technologies:
72
```
73
74
You can use the `.env.sample` file as a template.
75
+**Note: Enable email/pwd authentication in your firebase console.**
76
-5. Start the development server:
77
+6. Start the development server:
78
```bash
79
npm run dev
80
# or
@@ -82,7 +83,7 @@ This project is built with modern web technologies:
82
83
pnpm dev
84
85
-6. Open your browser and navigate to `http://localhost:8080`
86
+7. Open your browser and navigate to `http://localhost:8080`
87
88
### Building for Production
89
0 commit comments