Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 404 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 404 Bytes

portfolio

A personal portfolio project built with Vue and Tailwind.

See website at https://weisssa.github.io/portfolio/#/

Project setup on local

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint