Space tourism multi-page website challenge hub (With ReactJS)

Solution retrospective
I couldn't deploy it through GitHub Pages, because when I go to the URL they give me, the site is just my README.md file. And in others services there was many erros that I didn't know how to fix, like this one:
/* error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error: Command "yarn run build" exited with 1 */
Please log in to post a comment
Log in with GitHubCommunity feedback
- @aitzhans
Did you try to use gh-pages to deploy the app? It creates gh-pages branch where your preview site will be. https://create-react-app.dev/docs/deployment/#github-pages
Marked as helpful
Join 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