coolify/apps/ui
Andras Bacsai 4356207611 fix: ui
2022-07-26 13:16:49 +00:00
..
src fix: ui 2022-07-26 13:16:49 +00:00
static feat: init moodle and separate stuffs to shared package 2022-07-15 12:31:54 +00:00
tests v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
.eslintignore v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
.eslintrc.cjs v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
.npmrc v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
.prettierignore v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
.prettierrc v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
package.json feat: remote docker engine init 2022-07-18 14:02:53 +00:00
playwright.config.ts v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
postcss.config.cjs v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
README.md v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
svelte.config.js v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
tailwind.config.cjs v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
tsconfig.json v3.0.0 (#476) 2022-07-06 11:02:36 +02:00
vite.config.js fix: remove shared dir, deployment does not work 2022-07-15 15:40:26 +02:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm init svelte

# create a new project in my-app
npm init svelte my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

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