Skip to content

NgoJunHaoJason/NgoJunHaoJason.github.io

Repository files navigation

My Curriculum Vitae

codecov

view my CV here

instructions

  • install/update node modules: npm i (clean install: npm ci)
  • view locally: npm start
  • test: npm test (with coverage: npm test . -- --coverage)
  • deploy:
    • npm run deploy -- -m "<commit_message>"
    • add CNAME (can be done in repo's GitHub Pages settings)