Skip to content

Source code for my online portfolio rebuilt with Vue3/TypeScript and Jest testing.

Notifications You must be signed in to change notification settings

kmdiogo/kdiogo-ide-cv

Repository files navigation

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

About

Source code for my online portfolio rebuilt with Vue3/TypeScript and Jest testing.

Topics

Resources

Stars

Watchers

Forks