diff --git a/packages/docs/src/routes/index.tsx b/packages/docs/src/routes/index.tsx index 01a9d74..6ddf868 100644 --- a/packages/docs/src/routes/index.tsx +++ b/packages/docs/src/routes/index.tsx @@ -4,143 +4,207 @@ import type { DocumentHead } from '@builder.io/qwik-city' export default component$(() => { return ( <> -
+ Un robot (bot) de Whatsapp es un programa que reconoce palabras + clave en los mensajes que entran, y contesta con respuestas + pre-programadas, facilitando así el dar información a posibles + clientes desde tu cuenta de Whatsapp automáticamente. +
++ Este bot esta programado en Javascript y usa NodeJS y es{' '} + + Open Source + + . +
+ +| Características | +Estatus | +
|---|---|
| Dialogflow | +
+ |
+
| MySQL | +
+ |
+
| JSON File | +
+ |
+
| QR Scan (route) | +
+ |
+
| Easy deploy heroku | +
+ |
+
| Buttons | +
+ |
+
| Send Voice Note | +
+ |
+
| Add support ubuntu/linux | +
+ |
+
src/routes directory to get
- started.
+ MySql (opcional) solo aplica si vas a usar el modo 'mysql'{' '}
+
+ sql-bot.sql migración
+
npm run qwik add.
- README.md
-
- npm run dev
- |
- Start the dev server and watch for changes. | -
- npm run preview
- |
- Production build and start preview server. | -
- npm run build
- |
- Production build. | -
- npm run qwik add
- |
- Select an integration to add. | -
- npm run qwik add cloudflare-pages
- |
- - - Cloudflare Pages Server - - | -
- npm run qwik add express
- |
- - - Nodejs Express Server - - | -
- npm run qwik add netlify-edge
- |
- - - Netlify Edge Functions - - | -
- npm run qwik add static
- |
- - - Static Site Generation (SSG) - - | -