Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project content not showing in light mode #2

Closed
kayode96-max opened this issue Oct 21, 2024 · 8 comments
Closed

Project content not showing in light mode #2

kayode96-max opened this issue Oct 21, 2024 · 8 comments
Assignees
Labels
good first issue Good for newcomers Hacktoberfest hacktoberfest 2024

Comments

@kayode96-max
Copy link
Contributor

Screenshot_20241021-012711
Screenshot_20241021-012654
I'll like to fix the text color across different themes
Please assign this to me

@Ahsankhalid618
Copy link
Owner

@kayode96-max alright, Just make sure to fork this repo, create a new branch, make your changes, and then open a PR, also before you open a PR, post your changes screenshot here. Go ahead.

@AkhilxRawat
Copy link

I would like to work on it please assign

@kayode96-max
Copy link
Contributor Author

Hi @Ahsankhalid618
I'm trying to work on the app I have made the changes I want to but can't run dev cause of environmental variables (screenshot attached)
This is my first time participating in open source and I'll be glad if you can put me through how to go about it Screenshot_20241024-041402.png

Thank you

@Ahsankhalid618
Copy link
Owner

@kayode96-max add a .env file at the root of the project and add the env variables there.

These are example env variables, you need to add your own.

GITHUB_ID= (Login to Github, go to developer setting, go to Oauth Apps and create a new app, get Id and Secret.)
GITHUB_SECRET=(Login to Github, go to developer setting, go to Oauth Apps and create a new app, get Id and Secret.)
NEXTAUTH_URL=http://localhost:3000
AUTH_SECRET=(google it, simply just generate random string for next auth secret)

UPLOADTHING_SECRET= (go to uploadthing website and register and collect Secret and App ID)
UPLOADTHING_APP_ID= (go to uploadthing website and register and collect Secret and App ID)

MONGO_URI= Use MongoDB Atlas for generating Mongo URI,

@kayode96-max
Copy link
Contributor Author

Thanks
I've been able to get all the variables in the env.local file the run dev is working now but I don't get responses when I click sign in with GitHub
I don't know what to do

@Ahsankhalid618
Copy link
Owner

Register your app with Github Oauth and change the callback URL of github Auth as given on Github.

@kayode96-max
Copy link
Contributor Author

dear @Ahsankhalid618
Thank you very much for your guide through running the app on my local environment
I have been able to fix the issue finally and opened a pull request
kindly check it out and possibly merge
if there are any adjustments I'm open to taking them

@kayode96-max
Copy link
Contributor Author

dark font color
font color

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest hacktoberfest 2024
Projects
None yet
Development

No branches or pull requests

3 participants