This repository is for creating a temporary landing page for PepperBot website, deployed via GitHub Pages. The original creators of the deployment process used here are credited as gitname/react-gh-pages.
In this repository, we have a React app that serves as a temporary landing page for PepperBot. We have created this app using create-react-app
and deployed it to GitHub Pages using gh-pages
.
If you are following along with this guide, you'll end up with a temporary landing page for your project—hosted on GitHub Pages—which you can then customize.
Please follow the instructions in the original readme here.
- This repository is for creating a temporary landing page for PepperBot. It is a placeholder until the actual website is built and launched.
- Special thanks to the original creators gitname/react-gh-pages for the detailed guide on deploying a React app to GitHub Pages.
- This repository consists of two branches:
master
- the source code of the React appgh-pages
- the React app built from that source code
Thanks to these people for contributing to the maintenance of this repository.