Based on the template https://github.com/munxar/svendi.
Contains a fully functional starter with Svelte, Svelte-i18n, WindiCSS & Typescript, and some more or less useful widgets. Use npm run storybook
to display them.
Node 16 (Storybook launch will not work with 17)
npx degit rgwch/svendistoje#main my-app
cd my-app
npm i
npm run dev
(And navigate to http://localhost:3000)
npm run build
npm start
npm run i18n
Note: Will use src/services/i18n/de.json as base to synchronize the other defined language files
npm test
npm run test:watch
(Re-runs tests after each change)
npm run storybook