CodeRED-Astra/web-app
2025-10-19 11:03:27 -05:00
..
public/pdfs feat: added basic gemini functionality 2025-10-18 20:06:10 -05:00
src Merge branch 'stuff' 2025-10-19 09:24:02 -05:00
components.json feat(file input): adding feature to add and remove files 2025-10-19 04:32:32 -05:00
Dockerfile Remove c from ci due to lock file issues 2025-10-19 09:43:37 -05:00
eslint.config.js fix(eslint): installed one dep for eslint 2025-10-18 18:21:29 -05:00
index.html style(everything): fuck you 2025-10-18 19:15:31 -05:00
jsconfig.json Prepared demo files and demo explanation file. Added debug only button to trigger demo file ingest on the server to queue and prepare the files. Added small expressjs server for talking between the web app and the rust engine containers. 2025-10-19 05:55:41 -05:00
package-lock.json Cleared daisyui 2025-10-19 08:37:15 -05:00
package.json feat(down-button): added down button func 2025-10-19 08:11:54 -05:00
README.md fix(repo): shoud be fixed now 2025-10-18 17:21:36 -05:00
server.mjs Prep worker management corrections and debug 2025-10-19 09:40:59 -05:00
tailwind.config.ts Cleared daisyui 2025-10-19 08:37:15 -05:00
vite.config.js Attempt to fix server side for react handling 2025-10-19 07:33:47 -05:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.