dufu1991 260989abee [stdf]Add Loading component type and update version to 0.4.6 před 2 roky
..
scripts 733d37ed06 [demo]Add scripts před 3 roky
src 260989abee [stdf]Add Loading component type and update version to 0.4.6 před 2 roky
static f3432d5d06 [demo]Add NumKeyboard demo před 2 roky
README.md 9f241d5988 [demo]Update readme před 2 roky
package.json 260989abee [stdf]Add Loading component type and update version to 0.4.6 před 2 roky
postcss.config.js e085377108 [demo]Refactoring using SvelteKit před 3 roky
svelte.config.js c28c9f7d66 [demo]Update sveltekit v2 and vite v5 před 2 roky
tailwind.config.js 360d564ab5 [demo]v0.4.0 před 2 roky
vite.config.js 1ff1c8fccf [demo]Update for rollup-plugin-stdf-icon 0.0.13. před 2 roky

README.md

STDF Demo

Introduction

This is a demo project for STDF.

It is built with SvelteKit + Tailwind CSS + STDF .

Getting Started

Install the dependencies...

pnpm i
# or
npm i
# or
bun i

Start the development server...

pnpm dev
# or
npm run dev
# or
bun dev

If you wish to start the development server with different components or in English language, please refer to the scripts section in package.json.