A free online tool to view embroidery files. https://embroideryviewer.xyz/
Find a file
Leonardo Murça 8e771fdc7b
Some checks failed
Deploy / deploy (push) Failing after 23s
Merge pull request 'Update deploy.yml' (#28) from development into main
Reviewed-on: #28
2025-06-04 21:51:01 +00:00
.forgejo/workflows Update deploy.yml 2025-06-04 18:46:14 -03:00
src Fix viewer variables 2025-06-04 17:38:59 -03:00
static Add sitemap 2025-06-04 17:12:17 -03:00
.editorconfig
.eslintrc.cjs
.gitignore Update gitignore 2025-06-03 10:37:48 -03:00
.prettierignore
.prettierrc
ecosystem.config.cjs Prepare for deploy 2025-06-04 18:35:01 -03:00
eslint.config.js
jsconfig.json
package-lock.json Add viewer route 2025-06-04 15:31:53 -03:00
package.json Add viewer route 2025-06-04 15:31:53 -03:00
README.md
svelte.config.js
vite.config.js Update deploy.yml 2025-06-04 18:46:14 -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.