Skip to content

ibanrohazz/ibanrohazz.github.io

Repository files navigation

Ivan Rojas - Portfolio

Table of contents

About

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:

-AJ Barea

-Md Rathik

For providing the inspiration and guidance to create this portfolio.

Development

1. Start hot-reloading development server

$ 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published