Here we creat the design (svelte) library for our [`enkitek FMS system`](https://fms.enkitek.farm/shopfloor)
npm install @enki-tek/fms-web-componentsHere we creat the design (svelte) library for our enkitek FMS system
Click here to view the storybook pagesClick here to view npm page
Below command are used for this library
``bashCreate the svelte bundle and load this svelte library as webpage
npm run dev
#to check code coverage using vitest
npm run coverage
#lo toad vitest ui
npm run vitestui
``