toodoo Svelte Themes

Toodoo

Simple to-do web app with boards and swimlanes, deployed in GCP

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
pnpm dlx sv create my-app

To recreate this project with the same configuration:

# recreate this project
pnpm dlx [email protected] create --template minimal --types ts --add prettier eslint tailwindcss="plugins:none" sveltekit-adapter="adapter:node" drizzle="database:postgresql+postgresql:postgres.js+docker:yes" better-auth="demo:none" mcp="ide:claude-code+setup:remote" --install pnpm toodoo

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm run dev

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

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

Loading Svelte Themes