2023-04-28 13:24:55 +00:00
|
|
|
# SvelteKit Markdown Blog
|
|
|
|
|
2023-04-28 15:23:30 +00:00
|
|
|
Learn how to build a blazingly fast and extendable SvelteKit Markdown blog for poets.
|
2023-04-28 13:24:55 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|