import { Step, StepItem } from "@/registry/ui/step" import Link from "next/link" const StepDemo = () => { return ( Make sure you have Node.js installed on your machine.{" "} You can download it from here . After cloning the repository, navigate to the project directory and install the necessary dependencies: Start the development server: ) } export default StepDemo