-
Notifications
You must be signed in to change notification settings - Fork 131
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
Refactor the code to directly host on netlify with no backend but just front end #45
Comments
If I understand correctly, you'd want to delete the whole server part and make all calls to Github API directly from the client code (frontend). I'd be willing to work on this if that's okay. |
Correct me if I am wrong, but now you can close this issue too. @version0chiro |
is this issue resolved? if not I would like to tackle this. |
There are two scripts in the readme. should one be removed? |
Hi, I want to confirm the logic of the issues because I am confused. Isuues is deploying the front-end code on Netlify. I have cloned this repo to my editor. please confirm in the comment sections then I will deploy and pull the code. |
Hey @version0chiro , I feel I can fix this issue. If it is still not closed, kindly assign it to me. |
Describe the bug
Currently, the App is hosted on Heroku but due to Heroku's free tier, I am unable to maintain an active CI/CD integration between the repository and the deployment. Would be better to shift the whole application to the frontend so we can have a constantly running React App
The text was updated successfully, but these errors were encountered: