No description
Find a file
2024-09-07 16:10:45 +02:00
public Inital commit 2024-07-28 21:13:31 +02:00
src Add button visual fixes 2024-09-07 16:10:45 +02:00
.gitignore Add cloudflare worker config 2024-07-29 21:36:23 +02:00
index.html Inital commit 2024-07-28 21:13:31 +02:00
jsconfig.json Move to Svelte 5 and Vite 2024-09-02 02:37:25 +02:00
package.json Update wrangler 2024-09-02 03:20:42 +02:00
pnpm-lock.yaml Update wrangler 2024-09-02 03:20:42 +02:00
README.md Inital commit 2024-07-28 21:13:31 +02:00
svelte.config.js Inital commit 2024-07-28 21:13:31 +02:00
vite.config.js Move to Svelte 5 and Vite 2024-09-02 02:37:25 +02: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