OSS Port is now Open-Source Hub! We've moved to a new repository.
Welcome to OSS Port! This website and community connects open source maintainers and collaborators. Please join our Discord channel if you have any questions or just want to chat!
Requirements:
npm install --global yarn
First-time setup:
cd oss-port
yarn
🚀 When you've completed the setup steps, run the app:
yarn dev
You can also contribute to OSS Port without having to run the app on your local machine! Go ahead and check out the github.dev steps below.
If you have a JavaScript development environment set up already and prefer to run locally, the approach will be familiar.
.
key or replace .com
in the location bar in your browser to .dev
.Now you're in the github.dev editor! Feel free to hop ahead to our contributing section.
For more information on the Github.dev editor, please see their docs.
.mdx
file:
/public/projects/
and name it the same as your GitHub handle or organization.mdx
file to that folder, and give it the name of your public repo. For example,
https://github.com/Codesee-io/oss-port
/public/projects/Codesee-io/oss-port.mdx
./app/projects/_template.mdx
into that file./app/projects/distributeaid/da.png
yarn dev
Make it easier for contributors to onboard to your project! With a CodeSee Map, they can visualize the entire codebase, with features allowing them to explore system dependencies, add additional context to pull requests, and more.
To add a Map to your project:
featuredMap:
url: https://app.codesee.io/maps/public/848e3630-1650-11ec-8bc1-7d4a4822cc27
description: Get a quick overview of the major areas of our repo
If you would like to display multiple maps you can add an entry called "maps"
maps:
- url: https://app.codesee.io/maps/public/848e3630-1650-11ec-8bc1-7d4a4822cc27
description: Get a quick visual overview of the major areas of our repo!
subTitle: devdocs
- url: https://app.codesee.io/maps/public/848e3630-1650-11ec-8bc1-7d4a4822cc27
description: Another map!
subTitle: testMap
That's it!
The CodeSee Map below is a good way to get familiar with the codebase:
Final tags are up to the maintainers of OSS Port. Your tags may be modified for the benefit of the community and to improve discoverability.
We use title-casing for tags. For example: "First-Timer Friendly, Social Activism, C#, JavaScript".
Open a PR to remove your project folder from this repository.