1
0
Fork
You've already forked webGPUoffscreenSK
0
a test
  • TypeScript 65.2%
  • JavaScript 17.1%
  • Svelte 15%
  • HTML 2.5%
  • CSS 0.2%
Find a file
2025年09月27日 08:53:49 +02:00
src first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
static first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
.gitignore first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
.npmrc first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
.prettierignore first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
.prettierrc first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
bun.lock first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
eslint.config.js first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
files_tree.txt first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
package.json first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
README.md first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
svelte.config.js first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
tsconfig.json first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00
vite.config.ts first: scene working but without 3D models 2025年09月27日 08:53:49 +02:00

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 in the current directory
npx sv create
# create a new project in my-app
npx sv create 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.