devgg / contrib

πŸš€ Find beginner friendly open source projects

Home Page:https://gauger.io/contrib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License

Find friendly open source projects with issues labeled for beginners πŸš€. Begin contributing immediately πŸ’».

Contributing

To start the application two steps are necessary.

Prerequisite

git clone <YOUR_FORK>
cd contrib/

Run the Application

export GITHUB_GRAPHQL_TOKEN=<YOUR_TOKEN>
# Generate the data by querying GitHub and Wikipedia.
RUST_BACKTRACE=1 RUST_LOG="contrib=info" cargo run

This will generate frontend/src/generated/data.json. Now we can run the frontend.

cd frontend/
npm install
npm start

The page should open automatically πŸ”₯.

About

πŸš€ Find beginner friendly open source projects

https://gauger.io/contrib

License:MIT License


Languages

Language:JavaScript 55.1%Language:Rust 31.5%Language:CSS 10.1%Language:HTML 3.3%