An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Rodney Lab sveltekit-sveltekit-typescript-vanilla-extract-starter Github banner



Rodney Lab logo



SvelteKit TypeScript vanilla-extract Starter

# sveltekit-typescript-vanilla-extract-starter

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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).