# SvelteKit Markdown Blog Learn how to build and extend a blazingly fast SvelteKit Markdown blog for poets. ## Post ✍️ https://joyofcode.xyz/sveltekit-markdown-blog ## Remote Development [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/joysofcode/sveltekit-markdown-blog) ## Local Development ### 🧑‍🤝‍🧑 Clone the project ```sh https://github.com/joysofcode/sveltekit-markdown-blog.git ``` ### 📦️ Install dependencies ```sh pnpm i ``` ### 💿️ Run the development server ```sh pnpm run dev ```