garimasingh128 / oss-port

OSS Port

Home Page:https://www.oss-port.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSS Port logo

OSS Port

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!

Project setup

Requirements:

  • Node v14 or above
  • Yarn: npm install --global yarn

First-time setup:

  1. check out this repository and navigate into it with cd oss-port
  2. install the dependencies: yarn

🚀 When you've completed the setup steps, run the app:

yarn dev

github.dev environment

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.

  1. Create a fork of the OSS Port.
  2. Once on your fork's page, either press the full stop . 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.

How to list your project

  1. Get the project up and running first
  2. Create your project's .mdx file:
    1. Create a new folder inside /public/projects/ and name it the same as your GitHub handle or organization
    2. Add a new .mdx file to that folder, and give it the name of your public repo. For example,
      • if your project URl is: https://github.com/Codesee-io/oss-port
      • you would create: /public/projects/Codesee-io/oss-port.mdx.
    3. Copy/paste the contents of /app/projects/_template.mdx into that file
  3. Fill out the information — most of it is optional, but extremely helpful for potential contributors. If you opt not to include the optional content, delete it from your template.
  4. Add a 200x200 image for your organization to your folder, for example, ./app/projects/distributeaid/da.png
  5. Preview your changes by running yarn dev
  6. When you're ready, open a PR!

How to add a CodeSee Map to your project listing

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:

  1. Sign up for CodeSee Maps (there's no commitment or cost!)
  2. Create a Map for your repo following our instructions
  3. Set your map to public!
  4. Add an entry in your project's template for the Map (see example from Distribute Aid's Shipment Tracker 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:

CodeSee Map preview

Content

Tag policy

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".

How to remove your project from OSS Port

Open a PR to remove your project folder from this repository.

Notes

  • Please pin the exact version of dependencies

About

OSS Port

https://www.oss-port.com

License:MIT License


Languages

Language:TypeScript 93.8%Language:CSS 2.9%Language:JavaScript 2.6%Language:Dockerfile 0.6%