My portfolio & blog website developed with SvelteKit . Blog contents are written in Markdown format. Light & Dark themes supported.
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