Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevNest(Novathon) #1124
base: main
Are you sure you want to change the base?
DevNest(Novathon) #1124
Changes from all commits
8ed7eda
09b7081
c2dbdbf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
DevNest
Code, Collab and Contribute Together!
Description
DevNest is an all-in-one collaboration platform designed to streamline team coding and development workflows. Whether you're working with a single teammate or an entire team, DevNest provides tools to collaborate in real-time, debug code using AI assistance, and communicate seamlessly—all without leaving the platform.
Features
Why DevNest?
Unlike other platforms, DevNest integrates collaboration, communication, and AI assistance into one powerful platform, eliminating the need for multiple tools and boosting productivity.
Badges
Visuals
Live Share in Action
AI Chatbot
Installation
Prerequisites
Steps to Set Up DevNest
Clone the repository:
bash git clone https://github.com/Krishnas-world/devnest.git cd devnest
Install frontend dependencies:
bash cd client npm install
Set up the backend by navigating to the backend folder and installing dependencies:
bash cd server npm install // Also load the AI Model, provided by LLMWare for the chatbot integration pip install -r requirements.txt
Start the development servers:
client and server:
bash npm run dev
server(python):
bash python app.py
Visit the application at http://localhost:3000.
Usage
Example: Live Share Collaboration
Example: AI Chatbot Assistance
Group Chats
Support
If you have questions or need help, you can:
Roadmap
Future features we plan to include:
Contributing
We welcome contributions from the community!
How to Contribute
Fork the repository.
Create a new branch for your feature or bug fix:
bash git checkout -b feature-name
Make your changes and commit them:
bash git commit -m "Describe your feature or fix"
Push your branch to GitHub:
bash git push origin feature-name
Open a Pull Request on the original repository.
Please ensure your code passes all tests and adheres to the contribution guidelines.
Authors and Acknowledgments
Team DevNest:
A big thank you to everyone contributing to DevNest and helping us improve!
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Project Status
DevNest is actively being developed!
We are working hard to add new features, improve existing ones, and make DevNest the go-to platform for collaborative coding.
Let me know if you want further refinements or additional sections! 😊