Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1018 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 1018 Bytes

💼 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