the-homeless-god / svelte-design-system

Template for design systems based on Svelte with NPM package for component library and easy support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte Design System

Template for design systems based on Svelte with NPM package for component library and easy support

Development

npm run dev

Build

npm run build

Test

npm run test

Local Environment Variables

  • NODE_ENV - enable livereload
  • IS_DEVELOPMENT - enable source maps
  • IS_CODE_COVERAGE_ENABLED - enable test coverage output
    • Note: use it only at execution of tests

GitHub Environment Variables

  • NPM_REGISTRY_URL
  • NPM_WRITE_TOKEN

About

Template for design systems based on Svelte with NPM package for component library and easy support

License:MIT License


Languages

Language:JavaScript 63.5%Language:TypeScript 19.3%Language:Svelte 8.5%Language:SCSS 5.3%Language:HTML 3.4%