blog/README.md

39 lines
804 B
Markdown
Raw Permalink Normal View History

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
```
### 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
```