Skip to content

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

License

Notifications You must be signed in to change notification settings

rodneylab/sveltekit-tooling

Rodney Lab sveltekit-tooling Github banner

Rodney Lab logo

SvelteKit Tooling

sveltekit-tooling

Open in StackBlitz

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!

git clone https://github.com/rodneylab/sveltekit-tooling.git
cd sveltekit-tooling
pnpm install # or npm install
pnpm run dev

Building

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.

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages