https://github.com/itsown3r/first-lynx-app
First app with Lynx. It can open the door by connecting to a ESP32 and it also has a 'Chat with AI' page.
https://github.com/itsown3r/first-lynx-app
ai-chat esp32 lynx lynxjs
Last synced: 4 months ago
JSON representation
First app with Lynx. It can open the door by connecting to a ESP32 and it also has a 'Chat with AI' page.
- Host: GitHub
- URL: https://github.com/itsown3r/first-lynx-app
- Owner: itsOwn3r
- Created: 2025-03-19T20:06:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T20:13:44.000Z (7 months ago)
- Last Synced: 2025-06-05T04:47:57.865Z (4 months ago)
- Topics: ai-chat, esp32, lynx, lynxjs
- Language: CSS
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pics


## Rspeedy project
This is a ReactLynx project bootstrapped with `create-rspeedy`.
## Getting Started
First, install the dependencies:
```bash
pnpm install
```Then, run the development server:
```bash
pnpm run dev
```Scan the QRCode in the terminal with your LynxExplorer App to see the result.
You can start editing the page by modifying `src/App.tsx`. The page auto-updates as you edit the file.