File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,16 @@ This project is built with modern web technologies:
3030- 🌍 ** Global Community** : Connect with others on the same journey
3131
3232
33+ ## Contributing
34+
35+ Contributions are welcome! Please feel free to submit a Pull Request.
36+
37+ 1 . Fork the repository
38+ 2 . Create your feature branch (` git checkout -b feature/amazing-feature ` )
39+ 3 . Commit your changes (` git commit -m 'Add some amazing feature' ` )
40+ 4 . Push to the branch (` git push origin feature/amazing-feature ` )
41+ 5 . Open a Pull Request
42+
3343
3444## Getting Started
3545
@@ -75,6 +85,7 @@ This project is built with modern web technologies:
7585 You can use the ` .env.sample ` file as a template.
7686** Note: Enable email/pwd authentication in your firebase console.**
7787
88+
78896 . Start the development server:
7990 ``` bash
8091 npm run dev
@@ -121,13 +132,3 @@ This application uses Firebase Authentication for user management. Users can:
121132- Log in with existing credentials
122133- Access protected routes (dashboard, profile, etc.)
123134- Admin users have access to additional
124-
125- ## Contributing
126-
127- Contributions are welcome! Please feel free to submit a Pull Request.
128-
129- 1 . Fork the repository
130- 2 . Create your feature branch (` git checkout -b feature/amazing-feature ` )
131- 3 . Commit your changes (` git commit -m 'Add some amazing feature' ` )
132- 4 . Push to the branch (` git push origin feature/amazing-feature ` )
133- 5 . Open a Pull Request
You can’t perform that action at this time.
0 commit comments