Personal home-page / developer portfolio. Feel free to fork and re-use.
- Node.js v11.13.0
$ npm run install;
$ npm run build;
To deploy the webpage locally, execute:
$ npm run serve
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