A free online tool to view embroidery files. https://embroideryviewer.xyz/
Find a file
Leonardo Murça 6a0e331abc
Some checks failed
Deploy / deploy (push) Failing after 10s
Update adapter
2025-06-04 20:54:13 -03:00
.forgejo/workflows Update prod action 2025-06-04 19:09:47 -03:00
src Update init locale 2025-06-04 19:23:39 -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-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
ecosystem.config.cjs Update ecosystem 2025-06-04 20:39:16 -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 adapter 2025-06-04 20:54:13 -03:00
package.json Update adapter 2025-06-04 20:54:13 -03:00
README.md Update again 2025-06-04 19:49:58 -03:00
svelte.config.js Update adapter 2025-06-04 20:54:13 -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.