Skip to content

ajbarea/portfolio

Repository files navigation

AJ Barea - Portfolio

Table of Contents

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


Example

AJ Barea - Portfolio

Demo my live portfolio website here: AJ Barea - Portfolio

Build Versions

  • Node v20.3.0
  • npm 8.19.2

Development

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

2. Build application for production

$ 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published