Design comparison
SolutionDesign
Solution retrospective
The most difficultly part is installing react. Since I'm just learning react here is a simple static page made from it.
Thank you everyone for helping me deploy this react project on github. The problem all along was because I type my /<repo>/ wrong
Community feedback
- @ralacerdaPosted about 2 years ago
You need to build the website with Vite and then publish it. You can use gh-pages to push the build version to your
gh-pages
branch and tell github to use that branch to create the website.Also, don't forget to include the repo name in your vite configuration.
Marked as helpful1 - @NitaLewskaPosted about 2 years ago
Have you tried this guide?
https://github.com/gitname/react-gh-pages
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord