|Note:: master
branch is only used for publishing (ie. npm run deploy
). All work is kept on develop
and these branches are not kept in sync.
This is a simple react+github-pages project to serve as a personal website for my resume and a whatever else I feel like adding in. It can be viewed live here: https://enphnt.github.io/.
- Check out
develop
branch - Work on some issue/feature
- Commit your work on
develop
- Push the commits:
git push origin develop
Deployment use gh-pages
and currently just pushes latest bundle to master
. TODO: improve the messages of each deployment.
- To deploy,
npm run deploy
. On success, you should see the message 'Published'. - Verify the update works as expected on https://enphnt.github.io/