Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 475 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 475 Bytes

vrockai.github.io

Personal home-page / developer portfolio. Feel free to fork and re-use.

Prerequisites

  • Node.js v11.13.0

Build

$ npm run install;
$ npm run build;

Local deployment

To deploy the webpage locally, execute:

$ npm run serve

Github Pages Deployment

The page is hosted on GitHub Pages. To deploy, push a built page to the master branch by executing:

$ npm run build
$ npm run deploy