Dennis Fundi d8aba36ad7 Removed duplicate entry for Flavio Copes' Svelte handbook
Removed Flavio Copes' self published Svelte Handbook from the  major publishers book list
2023-06-02 00:22:39 +03:00
2021-10-03 18:23:32 +02:00
2021-08-30 19:25:45 -04:00
2021-05-03 11:56:52 +00: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
2021-09-11 12:40:02 +02:00
2023-01-27 20:05:46 -08:00
2023-01-27 20:05:46 -08:00
2021-08-29 11:29:02 +02:00
2023-01-27 20:05:46 -08:00
2022-08-19 08:35:24 -07:00
2022-08-19 08:35:24 -07:00

Svelte Society 2021 Website

Using SvelteKit!

Developing

In order to start a development server:

npm install
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

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

npm run build

You can preview the built app with npm 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%