Daniel Irvine 8c9167e106 Update +page.svelte (#430)
Add the book 'Svelte with Test-Driven Development'

(I'm the author of this book)
2023-08-03 22:27:53 +02:00
2021-10-03 18:23:32 +02:00
2023-08-03 22:27:53 +02:00
2021-08-30 19:25:45 -04:00
2023-07-05 03:13:23 +10:00
2021-09-14 19:54:52 +02:00
2021-08-30 13:45:35 +02:00
2021-05-03 11:56:52 +00:00
2022-07-17 21:40:53 -07:00
2023-07-09 05:16:02 +02:00
2023-07-09 05:16:02 +02:00
2023-07-09 05:16:02 +02:00
2023-07-05 03:13:34 +10:00
2023-07-05 03:02:17 +10:00
2023-07-05 03:02:17 +10:00
2023-07-09 05:16:02 +02:00

Svelte Society Website

Using SvelteKit!

Developing

In order to start a development server:

pnpm install
pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run start

Building

Before creating a production version of your app, install an adapter for your target environment. Then:

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.

Description
No description provided
Readme MIT 3.1 MiB
Languages
Svelte 52.7%
JavaScript 29.8%
TypeScript 11.6%
CSS 5.4%
HTML 0.5%