You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
PouyaKhajavi ac301db614 fix(backend): fallback to sqlite database during test execution 1 day ago
..
public feat(frontend): implement React + Vite dashboard SPA with custom styling and API connection 2 days ago
src feat(frontend): add custom confirmation modal and stop running jobs action in run history 1 day ago
.gitignore feat(frontend): implement React + Vite dashboard SPA with custom styling and API connection 2 days ago
.oxlintrc.json feat(frontend): implement React + Vite dashboard SPA with custom styling and API connection 2 days ago
Dockerfile feat: add Dockerfile and docker-compose setup for Redis, Django, Celery, and React UI 1 day ago
README.md feat(frontend): implement React + Vite dashboard SPA with custom styling and API connection 2 days ago
index.html feat(frontend): replace native time input with custom hour/minute selects and optimize typography 1 day ago
package-lock.json feat(frontend): migrate dashboard layout and components to Tailwind CSS v4 2 days ago
package.json feat(frontend): migrate dashboard layout and components to Tailwind CSS v4 2 days ago
vite.config.js fix(docker): optimize docker configuration and build context for linux server 1 day ago

README.md

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint 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 Oxlint 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 Oxlint's TypeScript related rules in your project.