In this repository I will build my personal blog with SvelteKit while learning it. (I already have some experience with Svelte but never used SvelteKit).
Good to mention that the articles are fetched from my profile on DEV. At some point, I will probably host them myself, we'll see..
You can access a live demo of this repository on my personal blog available here
git clone [email protected]:yafkari/blog.git
.env
file by copying the .env.example
file and adapting it.yarn install
to install the dependencies.yarn dev
to start developing.