Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 309 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 309 Bytes

ElvarP Portfolio Website

Just my portfolio website.

Description

Just a porfolio website built with ViteJS and Tailwindcss

Getting Started

Just run npm install

npm install

To start the dev server

npm run dev

To build the actual website (to docs folder)

npm run build