UI-kit based on spectre-css and powered by SvelteJS. See the documentation, which is also a component explorer (storybook).
node -v >= 15npm -v >= 7
npm installThis builds the GUI components in a package folder:
npm run packageThis serves a demonstration website:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThe demo website lives in a separate repo https://github.com/tilde-lab/svelte-spectre-storybook.
Before creating a production version of your app, install an adapter for your target environment. Then run:
npm run buildYou can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.
Copyright 2024-2025 Materials Platform for Data Science OÜ
Copyright 2021-2023 BASF SE
BSD 3-Clause