This portfolio is meant to highlight projects I've completed as a Software Engineer and share new projects and ideas that I'm pursing.
Special Thanks to:
For providing the inspiration and guidance to create this portfolio.
$ npm install
// downloads and installs dependencies
$ npm audit fix
// fixes security vulnerabilities
$ npm run dev
// run development server$ npm run build
// optimizes and minifies files3. Generate static application (E.g. for hosting on https://pages.github.com/)
$ npm run generate
// output directory: /docs (for GitHub Pages)