
DevDisplay - Open Source Developer Community
DevDisplay is an Open Source Developer Community where you can discover and Connect with Skilled Developers, share your ideas, and build projects with collaborative support also you can promote your project through this community. With DevDisplay, developers can create their profiles in JSON format, which are then displayed on the web for others to discover.
Connect with DevDisplay Community on
Fork the repository: To create a copy of the repository in your GitHub account, click on the "Fork" button in the top right corner of the project repository page.
Navigate to the public/data folder in your project directory.
Create a new JSON file named your_github_username.json (replace your_github_username with your actual GitHub username). Open the file you just created.
Add the following JSON object, replacing the placeholder values with your own details:
json
{
"name": "Your Name",
"location": "Your Location",
"bio": "Your Bio should be 20-30 words not more then that",
"avatar": "https://github.com/<your-github-username>.png",
"portfolio": "Your Portfolio URL or Github URL",
"skills": ["Your Skill 1", "Your Skill 2", "..."],
"social": {
"GitHub": "https://github.com/<github-username>",
"Twitter": "https://twitter.com/<twitter-username>",
"LinkedIn": "https://www.linkedin.com/in/<linkedin-username>"
}
}
Save the your_github_username.json file.
Navigate to the src folder in your project directory. Open the ProfilesList.json file.
Add your JSON filename (your_github_username.json) to the array of filenames in the ProfileList.json file, like this:
json
["filename1.json", "filename2.json", "filename3.json", "your_github_username.json"]
Save the ProfileLists.json file.
Contribute Follow this 👇🏻:

Wait for review and merge: Wait for the project maintainers to review and merge your changes.
|
|
$ claude mcp add DevDisplay \
-- python -m otcore.mcp_server <graph>