6
0
Fork
You've already forked betaV2
0
No description
  • Svelte 66.8%
  • TypeScript 27.9%
  • CSS 3.3%
  • JavaScript 1.3%
  • MDX 0.6%
2026年03月23日 14:39:58 +01:00
.storybook Major Version Update: Svelte, Storybook 2025年06月11日 14:10:26 +02:00
doc Added doc images to readme 2023年11月01日 12:01:45 +01:00
src Removing unused UI placeholders and unwanted differences and bug fixes 2026年01月07日 16:18:02 +01:00
static Added seadragon iiif viewer component 2025年08月27日 10:13:19 +02:00
tests refactor: adopt ports and adapters architecture with project-wide restructuring, with related updates 2025年05月29日 16:27:42 +02:00
types "prettier" formatting. 2025年03月04日 16:01:42 +01:00
.eslintrc.cjs "prettier" formatting. 2025年03月04日 16:01:42 +01:00
.gitignore inital commit 2023年02月10日 11:55:07 +01:00
.htaccess Rederict everything to index.html 2023年08月31日 19:45:41 +02:00
.npmrc inital commit 2023年02月10日 11:55:07 +01:00
.prettierignore inital commit 2023年02月10日 11:55:07 +01:00
.prettierrc inital commit 2023年02月10日 11:55:07 +01:00
.tool-versions inital commit 2023年02月10日 11:55:07 +01:00
.woodpecker.yaml "prettier" formatting. 2025年03月04日 16:01:42 +01:00
eslint.config.cjs Added eslint boundaries 2025年08月19日 15:34:28 +02:00
migration-storybook.log refactor: adopt ports and adapters architecture with project-wide restructuring, with related updates 2025年05月29日 16:27:42 +02:00
package-lock.json Removing unused UI placeholders and unwanted differences and bug fixes 2026年01月07日 16:18:02 +01:00
package.json Removing unused UI placeholders and unwanted differences and bug fixes 2026年01月07日 16:18:02 +01:00
postcss.config.cjs Packages Update 2025年06月11日 14:55:51 +02:00
README.md "prettier" formatting. 2025年03月04日 16:01:42 +01:00
storybook.log Updated storybook version and stories 2024年05月02日 15:17:27 +02:00
svelte.config.js Major Version Update: Svelte, Storybook 2025年06月11日 14:10:26 +02:00
tsconfig.json Added eslint boundaries 2025年08月19日 15:34:28 +02:00
vite.config.ts Brunner Update: box view, tree view, thesaurus filter—also includes similarity search updates and bug fixes. 2025年08月12日 16:13:18 +02:00

fetch -> deserialize -> display process

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest 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.