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.
To build or explore this app, I recommend some configurations, they are the following:
- VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
- Use the VSCode Workspace file to open the project and use the recommended plugins
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
npm run dev
npm run build
🔍 Lint with ESLint
npm run lint