main site and dashboard https://part-of.my.id
Find a file
2026-01-18 22:48:06 +07:00
src update layout 2025-02-23 16:00:04 +07:00
static add psl feature (soon) 2024-11-18 21:25:12 +07:00
.gitignore initial 2024-10-11 19:57:01 +07:00
.npmrc initial 2024-10-11 19:57:01 +07:00
package-lock.json Bump devalue from 5.1.1 to 5.6.2 2026-01-18 15:46:17 +00:00
package.json show readme on domain page 2025-02-23 13:59:29 +07:00
postcss.config.js initial 2024-10-11 19:57:01 +07:00
README.md initial 2024-10-11 19:57:01 +07:00
svelte.config.js initial 2024-10-11 19:57:01 +07:00
tailwind.config.js initial 2024-10-11 19:57:01 +07:00
tsconfig.json initial 2024-10-11 19:57:01 +07:00
vite.config.ts initial 2024-10-11 19:57:01 +07: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 create svelte@latest

# create a new project in my-app
npm create svelte@latest 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.