A free online tool to view embroidery files. https://embroideryviewer.xyz/
Find a file
2025-06-04 10:49:57 -03:00
.forgejo/workflows Update node on action 2025-03-28 19:10:58 -03:00
.svelte-kit Add privacy policy route 2025-06-04 10:49:57 -03:00
src Add privacy policy route 2025-06-04 10:49:57 -03:00
static Replace old codebase with a sveltekit scaffold 2025-06-02 14:08:09 -03:00
.editorconfig Setup linters, prettier, editor config and fix an error 2025-06-02 14:22:09 -03:00
.eslintrc.cjs Setup linters, prettier, editor config and fix an error 2025-06-02 14:22:09 -03:00
.gitignore Update gitignore 2025-06-03 10:37:48 -03:00
.prettierignore Setup linters, prettier, editor config and fix an error 2025-06-02 14:22:09 -03:00
.prettierrc Setup linters, prettier, editor config and fix an error 2025-06-02 14:22:09 -03:00
eslint.config.js Replace old codebase with a sveltekit scaffold 2025-06-02 14:08:09 -03:00
jsconfig.json Replace old codebase with a sveltekit scaffold 2025-06-02 14:08:09 -03:00
package-lock.json Adjust in i18n 2025-06-03 10:32:22 -03:00
package.json Adjust in i18n 2025-06-03 10:32:22 -03:00
README.md Replace old codebase with a sveltekit scaffold 2025-06-02 14:08:09 -03:00
svelte.config.js Replace old codebase with a sveltekit scaffold 2025-06-02 14:08:09 -03:00
vite.config.js Add footer and remove generated files 2025-06-03 17:09:12 -03: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.