Skip to content

waiyanphioe/waiyanphioe.github.io

Repository files navigation

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