Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.01 KB
Kenny Diogo's IDE CV Logo.

Kenny Diogo's IDE CV

Description

This repo contains the source code for my online portfolio/cv. The site is designed after a typical code IDE (hence the name IDE CV). The deployed site can be viewed at kmdiogo.github.io

Getting Started

# Install dependencies
npm install

# Build required WebAssembly (WASM) modules
# This is required to run locally at least once before the dev server can work
npm run build-lag

# Linting/Formatting
npm run eslint
npm run format

Technologies

  • Vite (build tool)
  • TypeScript
  • Vue 3 + Vue Router + Pinia
  • Jest