Skip to content

Agent54/compose-ui

Repository files navigation

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
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
deno run npm:sv@0.14.1 create --template minimal --types ts --add prettier eslint tailwindcss="plugins:typography,forms" sveltekit-adapter="adapter:static" devtools-json mcp="ide:opencode" --install deno .

Developing

Install dependencies and start a local development server with Deno:

deno install --allow-scripts=npm:esbuild
deno task dev

# or start the server and open the app in a new browser tab
deno task dev -- --open

Docker Compose

Run the UI in Docker:

docker compose up

For Docker Compose Watch:

docker compose watch

Building

To create a production version of your app:

deno task build

You can preview the production build with deno task preview.

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

About

temp repo for the docker compose server svelte ui

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors