Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
walnutdust committed Jun 15, 2020
1 parent ebdc4e8 commit f51e1ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Personal Website React/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ At this point, you should be all set to develop!
16. `$ npm run deploy` or `$ yarn deploy`
17. You should now be able to view your website at `https://<github-username>.github.io/`
## Troubleshooting
1. `yarn deploy` or `npm run deploy` says the website is published, but I get a 404 error.
Open your respository on GitHub, and navigate to settings. Scroll down to the section called GitHub Pages, and under `Source` select the `master` branch.
## Helpful Tips:
- Set up Prettier (https://prettier.io/) or ESLint (https://eslint.org/) if you haven’t already - these help to catch certain errors and make formatting a lot easier.
Expand Down

0 comments on commit f51e1ec

Please sign in to comment.