Go to file
hardik 460d813986 fix build 2026-08-19 14:29:26 +05:30
.agents first commit 2026-08-12 11:53:13 +05:30
dev-dist Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
graphify-out first commit 2026-08-12 11:53:13 +05:30
packages/ui Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
public first commit 2026-08-12 11:53:13 +05:30
src fix build 2026-08-19 14:29:26 +05:30
.dockerignore Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
.env first commit 2026-08-12 11:53:13 +05:30
.env.example Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
.gitignore first commit 2026-08-12 11:53:13 +05:30
.oxlintrc.json first commit 2026-08-12 11:53:13 +05:30
Dockerfile Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
README.md first commit 2026-08-12 11:53:13 +05:30
index.html Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
package-lock.json Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
package.json Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
staff.html Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
tsconfig.app.json Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30
tsconfig.json first commit 2026-08-12 11:53:13 +05:30
tsconfig.node.json first commit 2026-08-12 11:53:13 +05:30
vite.config.ts Wire staff KDS, customer cart UX, and staff inventory voice AI. 2026-08-13 11:11:06 +05:30

README.md

React + TypeScript + 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 enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["react", "typescript", "oxc"],
  "options": {
    "typeAware": true
  },
  "rules": {
    "react/rules-of-hooks": "error",
    "react/only-export-components": ["warn", { "allowConstantExport": true }]
  }
}

See the Oxlint rules documentation for the full list of rules and categories.