No description
Find a file
2024-12-29 16:23:28 +01:00
public Inital commit 2024-07-28 21:13:31 +02:00
src Upgrade to SvelteKit and try inlining 2024-12-29 16:05:34 +01:00
.gitignore Add .gitignore 2024-12-29 16:23:28 +01:00
jsconfig.json Upgrade to SvelteKit and try inlining 2024-12-29 16:05:34 +01:00
package.json Upgrade to SvelteKit and try inlining 2024-12-29 16:05:34 +01:00
pnpm-lock.yaml Upgrade to SvelteKit and try inlining 2024-12-29 16:05:34 +01:00
README.md Inital commit 2024-07-28 21:13:31 +02:00
svelte.config.js Upgrade to SvelteKit and try inlining 2024-12-29 16:05:34 +01:00
vite.config.js Upgrade to SvelteKit and try inlining 2024-12-29 16:05:34 +01:00
wrangler.toml Add cloudflare worker config 2024-07-29 21:36:23 +02:00

Farm + Svelte

This template should help you start developing using Svelte and TypeScript in Farm.

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm start

Build the app for production:

pnpm build

Preview the Production build product:

pnpm preview

Clear persistent cache local files

pnpm clean