wxbox/client
core 6adc340d3e
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
chore: prep for migration
2025-06-01 20:39:27 -04:00
..
src chore: prep for migration 2025-06-01 20:39:27 -04:00
static colored rects 2025-05-16 12:44:44 -04:00
.gitignore new client work 2025-05-14 12:30:42 -04:00
.npmrc new client work 2025-05-14 12:30:42 -04:00
.prettierignore new client work 2025-05-14 12:30:42 -04:00
.prettierrc new client work 2025-05-14 12:30:42 -04:00
bun.lock cif v2 2025-05-23 13:10:46 -04:00
components.json new client work 2025-05-14 12:30:42 -04:00
eslint.config.js new client work 2025-05-14 12:30:42 -04:00
package.json feat: client-side rendering 2025-05-31 12:41:35 -04:00
README.md new client work 2025-05-14 12:30:42 -04:00
svelte.config.js new client work 2025-05-14 12:30:42 -04:00
tsconfig.json new client work 2025-05-14 12:30:42 -04:00
vite.config.ts new client work 2025-05-14 12:30:42 -04: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.