Vibe coding on box 👨💻 #183
araczkowski
started this conversation in
Show and tell
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I will show how to add simple app on box, displaying info about box and manage LED display, all without coding only using gemini cli 👨💻 the app will look like this:
1. Install tools
# Install git: apt install git
# Download and install pm2: npm install -g pm2
# Download and install gemini cli: npm install -g @google/gemini-cli
2. App in gemini
First prompt - display info about box
Second prompt - Adding the ability to start and stop the tm16xx-display.service service to the application - turning the LED display off and on
Now we have first app on box - we can disable and enable LED display 🎉
Beta Was this translation helpful? Give feedback.
All reactions