Skip to content
/ 3dash Public

a 3d printing project management dashboard

Notifications You must be signed in to change notification settings

sen3th/3dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e23ab4e · · Jan 23, 2026

History

24 Commits
Jan 17, 2026
Jan 17, 2026
Jan 23, 2026
Jan 17, 2026
Jan 17, 2026
Jan 17, 2026
Jan 17, 2026
Jan 17, 2026
Jan 23, 2026
Jan 17, 2026
Jan 17, 2026
Jan 23, 2026
Jan 23, 2026
Jan 17, 2026
Jan 17, 2026

Repository files navigation

sv

Everything you need to build a Svelte project, powered by sv.

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 -- --openn

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.