Spaces:
Sleeping
Sleeping
| # 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 | |