src | ||
static | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.ts |
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
Local Development
🧑🤝🧑 Clone the project
https://github.com/joysofcode/sveltekit-markdown-blog.git
📦️ Install dependencies
pnpm i
💿️ Run the development server
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
git push -u andert