Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 742 Bytes

Personal portfolio website

Written in pure html, js, css and minified to just ~10kb of code. Based on mi-extended.css

Preview

Portfolio website preview screenshot

Getting started

Click on the ./src/index.html file to open the unminified website.

If you want to change the content, you should edit files in the ./src folder.

To minify the code first install dependencies:

bun i

Then run the minify command:

bun minify

A minified code will be stored in the ./dist folder.