Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 388 Bytes

rokas.dev and rokasjankunas.com

My personal website made with Angular and Bootstrap. Hosted on GitHub Pages. Custom one-page with dynamic URLs solution.

Deployment steps:

  • Run ng build --prod.
  • Remove all files from gh-pages branch.
  • Copy /dist contents from master to gh-pages branch.
  • Make a copy of index.html and rename it to 404.html.
  • Commit this branch.