https://github.com/rodneylab/sveltekit-typescript-vanilla-extract-starter
SvelteKit TypeScript vanilla-extract starter: create a markdown blog site with responsive, Next-Gen images, PWA and vanilla-extract styles.
https://github.com/rodneylab/sveltekit-typescript-vanilla-extract-starter
css markdown mdsvex mdx starter svelte sveltekit vanilla-extract
Last synced: 3 months ago
JSON representation
SvelteKit TypeScript vanilla-extract starter: create a markdown blog site with responsive, Next-Gen images, PWA and vanilla-extract styles.
- Host: GitHub
- URL: https://github.com/rodneylab/sveltekit-typescript-vanilla-extract-starter
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2022-05-26T07:00:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T10:26:42.000Z (9 months ago)
- Last Synced: 2025-07-21T20:59:48.260Z (5 months ago)
- Topics: css, markdown, mdsvex, mdx, starter, svelte, sveltekit, vanilla-extract
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

SvelteKit TypeScript vanilla-extract Starter
# sveltekit-typescript-vanilla-extract-starter
[](https://stackblitz.com/github/rodneylab/sveltekit-typescript-vanilla-extract-starter)
Starter for a vanila-extract SvelteKit blog using TypeScript, mdsvex and
Iconify. There is more detail in the
post
on introducing the SvelteKit TypeScript vanilla-extract starter. If you have
any questions, please drop a comment at the bottom of that page.
## Building and previewing the site
If you're seeing this, you've probably already done this step. Congrats!
```bash
git clone https://github.com/rodneylab/sveltekit-typescript-vanilla-extract-starter.git
cd sveltekit-typescript-vanilla-extract-starter
pnpm install # or npm install
pnpm run dev
```
## Building
```bash
pnpm run build
```
> You can preview the built app with `pnpm run preview`, regardless of whether
> you installed an adapter. This should _not_ be used to serve your app in
> production.
Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).