jurmy24's picture
refactor: rename URDF to Urdf
6bc7874

Urdf Web Visualizer

URL: https://urdf-web-visualizer.lovable.app/

How can I edit this code?

Use Lovable

Simply visit the Project and start prompting.

Changes made via Lovable will be committed automatically to the main branch of this repo.

IDE

Have Node.js & npm installed - install with nvm. You can also use bun instead of npm.

Follow these steps:

# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>

# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>

# Step 3: Install the necessary dependencies.
npm i
# (OR bun install)

# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
# (OR bun run dev)

What technologies are used for this project?

This project is built with:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS