/mauriciov.com

My website's source code.

Primary LanguageCSS

Mauricio Villalobos Personal Website

Included

Usage

First install the dependencies:

npm install

Then you can:

Command Description
npm run start Run your website on http://localhost:8080
npm run build Build your production website inside /dist
npm run format Run prettier on all filles except /dist
npm run analyze Output info on your bundle size

Thanks