|
2 | 2 |
|
3 | 3 | A production-ready, real-time collaborative coding interview platform built with modern web technologies. Conduct technical interviews with live code execution, collaborative whiteboard, and synchronized timers. |
4 | 4 |
|
5 | | -[](https://github.com/YOUR_USERNAME/dev-interview-platform/actions) |
| 5 | +[](https://github.com/owaisjunedi/dev-interview-platform/actions) |
6 | 6 | [](https://opensource.org/licenses/MIT) |
7 | 7 |
|
8 | 8 | ## 📋 Table of Contents |
@@ -178,7 +178,7 @@ This method runs both frontend and backend concurrently from the root directory. |
178 | 178 |
|
179 | 179 | 1. **Clone the repository** |
180 | 180 | ```bash |
181 | | - git clone https://github.com/YOUR_USERNAME/dev-interview-platform.git |
| 181 | + git clone https://github.com/owaisjunedi/dev-interview-platform.git |
182 | 182 | cd dev-interview-platform |
183 | 183 | ``` |
184 | 184 |
|
@@ -754,7 +754,7 @@ docker-compose build --no-cache |
754 | 754 | ### Getting Help |
755 | 755 |
|
756 | 756 | 1. Check [AGENT.md](AGENT.md) for detailed technical guide |
757 | | -2. Review [GitHub Issues](https://github.com/YOUR_USERNAME/dev-interview-platform/issues) |
| 757 | +2. Review [GitHub Issues](https://github.com/owaisjunedi/dev-interview-platform/issues) |
758 | 758 | 3. Check server logs: `docker-compose logs -f` |
759 | 759 | 4. Enable verbose logging in backend |
760 | 760 |
|
@@ -801,7 +801,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file |
801 | 801 |
|
802 | 802 | For questions or issues: |
803 | 803 | - 📧 Email: support@devinterview.io |
804 | | -- 💬 GitHub Issues: [Create an issue](https://github.com/YOUR_USERNAME/dev-interview-platform/issues) |
| 804 | +- 💬 GitHub Issues: [Create an issue](https://github.com/owaisjunedi/dev-interview-platform/issues) |
805 | 805 | - 📖 Documentation: [AGENT.md](AGENT.md) |
806 | 806 |
|
807 | 807 | --- |
|
0 commit comments