Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 371 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 371 Bytes

My personal webpage

Just my own little page.

Yeah I know. React is an overkill. But more will come.

Building and running on localhost

Built using vitejs.

First install dependencies:

npm install

To run in dev mode:

npm run dev

To create a build:

npm run build

To deploy build:

npm run deploy