Skip to content
forked from devgg/contrib

๐Ÿš€ Find open source projects to contribute to.

License

Notifications You must be signed in to change notification settings

Zarad1993/contrib

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

79 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 open source projects to contribute to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • Rust 31.3%
  • CSS 10.2%
  • HTML 3.3%