Skip to content

Commit

Permalink
woah
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed May 22, 2024
1 parent 36bd0b7 commit 74b35ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/bot-party-face/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
<script src="https://cdn.tailwindcss.com"></script>

<script type="module" src="/src/main.tsx"></script>


</body>
</html>
5 changes: 5 additions & 0 deletions services/bot-party-face/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ function App() {

return (<div className="text-white">
<h1 className="text-7xl">Robotics Teleop</h1>
<div>- move robot</div>
<div>- do something with arm</div>
<div>- jetson container</div>
<div>- zed camera</div>
<div>- </div>


{/* <div>nix setup?</div>
Expand Down
4 changes: 4 additions & 0 deletions services/bot-party-face/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
nix-shell -p bun <<EOF
bun dev
EOF



sudo tailscale serve 5173

0 comments on commit 74b35ee

Please sign in to comment.