Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 506 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 506 Bytes

Wai Yan Phioe Portfolio

My portfolio & blog website developed with SvelteKit . Blog contents are written in Markdown format. Light & Dark themes supported.

Running Locally

Clone the project :

npm clone https://github.com/waiyanphioe/waiyanphioe.github.io.git

Go to the project directory :

cd waiyanphioe.github.io

Remove remote origin :

git remote remove origin

Install dependencies :

npm install

Start the server :

npm run dev