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

https://github.com/rodneylab/sveltekit-tooling

SvelteKit tooling: we look at 7 tools you can add to streamline your Svelte continuous integration (CI) and development processes.
https://github.com/rodneylab/sveltekit-tooling

ci conventional-commits eslint husky pnpm precommit prettier stylelint svelte sveltekit tooling

Last synced: 11 months ago
JSON representation

SvelteKit tooling: we look at 7 tools you can add to streamline your Svelte continuous integration (CI) and development processes.

Awesome Lists containing this project

README

          

Rodney Lab sveltekit-tooling Github banner



Rodney Lab logo



SvelteKit Tooling

# sveltekit-tooling

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rodneylab/sveltekit-tooling)

Example repo for configuring continuous integration (CI) tooling to work with
SvelteKit. The code accompanies the
post
on SvelteKit Tooling
. 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-tooling.git
cd sveltekit-tooling
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).