Lachlan Collins f3c9859c18 Stricter npm field validation (#484)
* Add zod schemas for CI validation

* Require npm field for components.json

* Remove svelte-layout-resizable

* Stricter Zod validation

* Stricter repository field validation

* Implement requested changes

* Add back accidentally removed field

* Move SvelteStore to templates.json

* Update category and tags
2023-11-19 13:37:43 +01:00
2021-10-03 18:23:32 +02:00
2023-11-19 13:37:43 +01: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-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%