Skip to content

andrepg/andrepg.github.io

Repository files navigation

💼 andrepg.github.io

This is my main website, my personal hub and my personal blog. It's built with Vite and VueJS, powered by Vite Markdown and PrismsJS.

🤖 Recommended IDE Setup

To build or explore this app, I recommend some configurations, they are the following:

🛠️ Project Setup

First, you need to install all the project's dependencies with NPM or Yarn. It's your choice.

# With NPM
npm install

# With Yarn
yarn install

💻 Compile and Hot-Reload for Development

npm run dev

📤 Compile and Minify for Production

npm run build

🔍 Lint with ESLint

npm run lint