This portfolio site showcases the projects I've been working on as a computer engineer. I'm excited to share my experience with cutting-edge technologies and the solutions I've helped create.
Reference: Rathik's NuxtJs Tailwind Blog
Demo my live portfolio website here: AJ Barea - Portfolio
- Node v20.3.0
- npm 8.19.2
1. Start hot-reloading development server (http://localhost:3000/)
$ npm install // downloads and installs dependencies
$ npm audit fix // fixes security vulnerabilities
$ npm run dev // run development server
$ npm run build // optimizes and minifies files
3. Generate static application (E.g. for hosting on https://pages.github.com/)
$ npm run generate // output directory: /docs (for GitHub Pages)