Add the timeline component with:
npx shadcn-svelte@latest add https://shadcn-svelte-timeline.vercel.app/r/timeline.json
This project contains the demo site and registry source for the timeline component.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project
npx sv create my-app
To recreate this project with the same configuration:
# recreate this project
bun x [email protected] create --template minimal --types ts --install bun .
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
bun run dev
To create a production version of your app:
bun run build
You can preview the production build with bun run preview.
To deploy your app, you may need to install an adapter for your target environment.