Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 336 Bytes

File metadata and controls

10 lines (6 loc) · 336 Bytes

Svelte Component Library Template

Includes TailwindCSS and DaisyUI (to use as a base if needed).

Has d3 installed for any data driven components.

To start, do pnpm and pnpm dev.

To build, pnpm build.

To install locally into your own project, cd into your project and do pnpm add {path_to_packages_dir_in_component_folder}.