A free online tool to view embroidery files. https://embroideryviewer.xyz/
Find a file
Leonardo Murça 31e2a60791
All checks were successful
Deploy / deploy (push) Successful in 20s
Trigger action
2025-06-06 10:54:20 -03:00
.forgejo/workflows Update prod action 2025-06-04 19:09:47 -03:00
src Add umami analytics 2025-06-05 19:20:31 -03:00
static Add sitemap 2025-06-04 17:12:17 -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-05 00:06:53 -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
ecosystem.config.cjs Update prod 2025-06-05 00:09:54 -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 Update package.json 2025-06-04 22:49:49 -03:00
package.json Fix donate seo and update version 2025-06-05 19:17:43 -03:00
README.md Trigger action 2025-06-06 10:54:20 -03:00
svelte.config.js Update svelte config 2025-06-05 07:25:19 -03:00
vite.config.js Update deploy 2025-06-04 19:05:18 -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.