Skip to content

Files

This branch is 5324 commits behind immich-app/immich:main.

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 22, 2023
Mar 6, 2023
Feb 10, 2023
May 21, 2022
Jul 16, 2022
Sep 8, 2022
Jul 16, 2022
May 21, 2022
Jan 28, 2023
Jul 16, 2022
Feb 3, 2023
Oct 25, 2022
May 21, 2022
Sep 7, 2022
Jan 20, 2023
Sep 4, 2022
Feb 10, 2023
Mar 4, 2023
Feb 26, 2023
Jul 26, 2022
Sep 17, 2022
Oct 26, 2022
Sep 7, 2022
Jul 16, 2022

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.