39 lines
804 B
Markdown
39 lines
804 B
Markdown
# SvelteKit Markdown Blog
|
|
|
|
Learn how to build a blazingly fast and extendable 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
|
|
```
|
|
|
|
### Push to production
|
|
this pushes the repo to my personal server pod on gitea, which is mirroring to github, where the main branch gets deployed by vercel @ blog.andert.me
|
|
```sh
|
|
git push -u andert
|
|
```
|
|
|