clinkclang-docs
Installation
Last updated: 2/16/2025
We support multiple frameworks, including SvelteKit, Next.js (Coming Soon) and Nuxt (Coming Soon)
SvelteKit
Install shadcn-svelte, refer to the docs for more information.
# Use the sveltekit CLI to create a new project
pnpm dlx sv@0.6.18 create my-app
# Add tailwind css
pnpm dlx sv@0.6.18 add tailwindcss
# Install shadcn-svelte
pnpm i
# Run the shadcn-svelte CLI to install
pnpm dlx shadcn-svelte@next init
# Initialize clinkclang
pnpm dlx clinkclang@latest init
Then, install the Tracker component.
pnpm dlx clinkclang@latest add tracker
coming soon !
coming soon !