Skip to content

ahbernhardt/resume-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Online Version

You can check it out here

Contributing:

Requires Node.js, Git and a nice terminal
Yarn is recomended.

git clone https://github.com/anguyen0208/online-resume.git
cd online-resume
yarn # or npm install
yarn start # or npm start: launches dev server and opens browser. Ctrl+C to stop

When a feature is done:

git add .
git commit -m "description of the feature"
git push
yarn deploy # or npm run deploy: pushes the builded website to gh-pages branch

When new features are online (from another dev):

git pull
yarn # or npm install