https://www.greenlakepickleball.com
In general, just run npm run deploy.
But if you're having problems, try this:
1.) Make sure to be on the master branch.
2.) Run npm run deploy
3.) Make sure the gh-pages branch has been updated.
4.) While in the repository, go to settings, then pages, make sure it's set to the gh-pages branch
5.) Make sure the url is greenlakepickleball.
6.) Make sure there is a CNAME file.
7.) Check the actions tab.
Just run npm start. It will start up on port 3000;
Other stuff that came with the create-react-app readme and might be useful, but generally isn't used:
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.