mc-scrpt-live

Mc Scrpt Live

Svelte Project

MC-SCRPT-LIVE


Development

Launch Docker container to start the development server: docker compose run --service-ports svelte-kit bash

Once the project is running and installed dependencies with yarn install, start the vite server.

yarn dev

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 create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

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.

Top categories

Loading Svelte Themes