Victor Oldensand commited on
Commit
a3ea9bd
·
unverified ·
1 Parent(s): 9cb3e96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -74
README.md CHANGED
@@ -8,77 +8,3 @@ app_port: 7860
8
  pinned: false
9
  short_description: Simple Interface to use LeRobot
10
  ---
11
-
12
- # Welcome to your Lovable project
13
-
14
- ## Project info
15
-
16
- **URL**: https://lovable.dev/projects/58aee4a4-2f51-49a3-a4d9-56d3d66140b4
17
-
18
- ## How can I edit this code?
19
-
20
- There are several ways of editing your application.
21
-
22
- **Use Lovable**
23
-
24
- Simply visit the [Lovable Project](https://lovable.dev/projects/58aee4a4-2f51-49a3-a4d9-56d3d66140b4) and start prompting.
25
-
26
- Changes made via Lovable will be committed automatically to this repo.
27
-
28
- **Use your preferred IDE**
29
-
30
- If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
31
-
32
- The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
33
-
34
- Follow these steps:
35
-
36
- ```sh
37
- # Step 1: Clone the repository using the project's Git URL.
38
- git clone <YOUR_GIT_URL>
39
-
40
- # Step 2: Navigate to the project directory.
41
- cd <YOUR_PROJECT_NAME>
42
-
43
- # Step 3: Install the necessary dependencies.
44
- npm i
45
-
46
- # Step 4: Start the development server with auto-reloading and an instant preview.
47
- npm run dev
48
- ```
49
-
50
- **Edit a file directly in GitHub**
51
-
52
- - Navigate to the desired file(s).
53
- - Click the "Edit" button (pencil icon) at the top right of the file view.
54
- - Make your changes and commit the changes.
55
-
56
- **Use GitHub Codespaces**
57
-
58
- - Navigate to the main page of your repository.
59
- - Click on the "Code" button (green button) near the top right.
60
- - Select the "Codespaces" tab.
61
- - Click on "New codespace" to launch a new Codespace environment.
62
- - Edit files directly within the Codespace and commit and push your changes once you're done.
63
-
64
- ## What technologies are used for this project?
65
-
66
- This project is built with:
67
-
68
- - Vite
69
- - TypeScript
70
- - React
71
- - shadcn-ui
72
- - Tailwind CSS
73
-
74
- ## How can I deploy this project?
75
-
76
- Simply open [Lovable](https://lovable.dev/projects/58aee4a4-2f51-49a3-a4d9-56d3d66140b4) and click on Share -> Publish.
77
-
78
- ## Can I connect a custom domain to my Lovable project?
79
-
80
- Yes, you can!
81
-
82
- To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.
83
-
84
- Read more here: [Setting up a custom domain](https://docs.lovable.dev/tips-tricks/custom-domain#step-by-step-guide)
 
8
  pinned: false
9
  short_description: Simple Interface to use LeRobot
10
  ---