File size: 988 Bytes
6bc7874
72f0edb
 
 
 
 
 
 
 
 
 
 
 
 
 
16ab111
72f0edb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16ab111
72f0edb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Urdf Web Visualizer

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

## How can I edit this code?

**Use Lovable**

Simply visit the [ Project](https://lovable.dev/projects/3aab3fa4-10e6-4c4a-8d12-b46271876519) 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](https://github.com/nvm-sh/nvm#installing-and-updating). You can also use bun instead of npm.

Follow these steps:

```sh
# 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