vue-stripe / vuestripe.com

19 stars 11 forks source link

Create a new page for Contributors #1

Open jofftiquez opened 3 years ago

jofftiquez commented 3 years ago

Create a new page dedicated for all contributors of vue-stripe from all vue-stripe organization's repositories.

Use these github api to:

  1. Fetch all repositories under vue-stripe org
  2. Get all contributors for each repository

Be creative, you can add some "fun" factor to the page or for each contributor's card. Check the "nice" button on each page.

Be sure to follow the repository's code patterns.

adisamicheal commented 3 years ago

Hi @jofftiquez how do i get assigned to this issue?, i want to contribute.

jofftiquez commented 3 years ago

Hi @adisamicheal thank you so much! There's nobody doing this yet. I can assign it to you if you want.

adisamicheal commented 3 years ago

Hi @jofftiquez

I am having some issues with this.

  1. I am having this issue "Invalid value for Stripe(): apiKey should be a string. You specified: undefined."
  2. After forking the repo and cloning, i can't find the sidebar.
  3. Are there any specific setup to get the project running fine?
jofftiquez commented 3 years ago

@adisamicheal Hi I'm sorry I forgot to provide instructions.

  1. Make a copy of [.env.example](https://github.com/vue-stripe/vuestripe.com/blob/master/.env.example) and name it .env
  2. Supply a Stripe publishable key to the STRIPE_PK. That's the only required value there.
  3. Re-run the project.
brijmcq commented 3 years ago

@adisamicheal are you still working on this?

jofftiquez commented 3 years ago

Re-assigning the issue to @brijmcq thanks.

adisamicheal commented 3 years ago

@jofftiquez thanks for the opportunity, i got stucked using pug. @brijmcq please you can go ahead.