Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 538 Bytes

personal-website

This is a personal website meant to supplement my resume.

It is written in Vue3 and built with Vite.

It is currently being served from a server I wrote in Rust running on a RaspberryPi.

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint