You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,13 +47,13 @@ To set up the project locally, follow these steps:
47
47
48
48
3. **Set up environment variables**:
49
49
50
-
Create a `.env` file in both the `backend` and `frontend` directories and add the necessary environment variables as outlined in the `.env.example` files.
50
+
Create a `secret.env` file in both the `backend` and `frontend` directories and add the necessary environment variables as outlined in the `.env.example` files.
51
51
52
52
4. **Start the development servers**:
53
53
```bash
54
54
# Start backend server
55
55
cd backend
56
-
npm run dev
56
+
npm start
57
57
58
58
# Start frontend server
59
59
cd ../frontend
@@ -83,12 +83,8 @@ We welcome contributions! To contribute:
83
83
3. **Commit your changes** and push to your branch.
84
84
4. **Submit a pull request** to the `main` branch.
85
85
86
-
Please refer to the `CONTRIBUTING.md` file for more details.
87
-
88
86
## License
89
87
90
88
This project is licensed under the MIT License. See the `LICENSE` file for more information.
91
89
92
-
---
93
90
94
-
Feel free to customize the content to match your project's specific requirements.
0 commit comments