Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trisha/trisha.github.io
Personal Page
https://github.com/trisha/trisha.github.io
Last synced: about 2 months ago
JSON representation
Personal Page
- Host: GitHub
- URL: https://github.com/trisha/trisha.github.io
- Owner: trisha
- Created: 2020-05-02T08:50:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T15:36:38.000Z (7 months ago)
- Last Synced: 2024-06-13T18:27:40.233Z (7 months ago)
- Language: JavaScript
- Size: 8.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [trisha.github.io](https://trisha.github.io/)
Personal Page# How to deploy a React app to Github pages:
https://dev.to/yuribenjamin/how-to-deploy-react-app-in-github-pages-2a1fThen, in your repo settings, have your Github pages be set to the gh-pages branch that gets created for you.
Run 'npm run deploy' to deploy your site. (Then go back to GitHub Pages [settings](https://github.com/trishapan/trishapan.github.io/settings/pages) to re-add custom domain as trishapan.com since that usually gets overwritten)
# How to run locally
Run `nodemon`Go to `http://localhost:3000/` if it doesn't already
# How to push updates
Push your updates in the main/master branchRun `npm run deploy`
Go to GitHub Pages [settings](https://github.com/trisha/trisha.github.io/settings/pages) to re-add 'trishapan.com' as the custom domain
Wait around 7 minutes to see website update