No description
Find a file
vickytechkey c3ed85562a
All checks were successful
Production CI/CD Pipeline / build-and-test (push) Successful in 1m14s
Production CI/CD Pipeline / deploy-prod (push) Successful in 28s
Merge branch 'beta' into main
2026-09-09 19:52:41 +05:30
.forgejo/workflows chore: update workflow name to Production CI/CD Pipeline 2026-09-09 19:52:31 +05:30
cdk initialize AWS CDK stack to deploy website S3 bucket with CloudFront distribution and Route53 records 2026-09-06 18:00:13 +05:30
cypress correct production api base url to http://16.113.57.127:8080 2026-08-09 21:42:31 +05:30
playwright/e2e fix type mismatch in order printer comparison 2026-08-14 15:35:29 +05:30
playwright-report adding the test results in the test-results 2026-08-14 17:54:21 +05:30
public feat: add unique high-fidelity images for metallic arts and wooden heritage categories 2026-08-20 19:13:57 +05:30
seller_settings adding seller image upload 2026-08-20 18:23:21 +05:30
src Merge branch 'main' into beta to resolve PR conflicts 2026-09-09 19:39:56 +05:30
test-results fixing issue 2026-08-14 17:49:06 +05:30
.gitignore initialize AWS CDK stack to deploy website S3 bucket with CloudFront distribution and Route53 records 2026-09-06 18:00:13 +05:30
.oxlintrc.json Initial commit: React Vite TypeScript project 2026-08-07 13:12:14 +05:30
architecture_diagram.md docs: add architecture and module design specification for the supplier portal 2026-08-08 12:53:37 +05:30
business_overview.pptx adding aws db 2026-08-12 18:18:47 +05:30
cdk.context.json initialize AWS CDK stack to deploy website S3 bucket with CloudFront distribution and Route53 records 2026-09-06 18:00:13 +05:30
cdk.json initialize AWS CDK stack to deploy website S3 bucket with CloudFront distribution and Route53 records 2026-09-06 18:00:13 +05:30
cypress.config.ts update cypress:run to use headed mode 2026-08-09 11:28:41 +05:30
fix.py configure API proxy to EC2 origin in CDK stack and remove hardcoded backend URL from config 2026-09-05 15:39:52 +05:30
guide.md test the job upgrade 2026-08-09 07:35:49 +05:30
HLD_optimized.docx adding aws db 2026-08-12 18:18:47 +05:30
HLD_optimized.pptx adding aws db 2026-08-12 18:18:47 +05:30
index.html version 2 initial commit 2026-08-21 10:43:19 +05:30
package-lock.json initialize AWS CDK stack to deploy website S3 bucket with CloudFront distribution and Route53 records 2026-09-06 18:00:13 +05:30
package.json initialize AWS CDK stack to deploy website S3 bucket with CloudFront distribution and Route53 records 2026-09-06 18:00:13 +05:30
patch.diff configure API proxy to EC2 origin in CDK stack and remove hardcoded backend URL from config 2026-09-05 15:39:52 +05:30
playwright.config.ts adding the test results in the test-results 2026-08-14 17:54:21 +05:30
prompt feat: extend onboarding process to 7 steps with new business details and store configuration fields 2026-08-18 11:30:45 +05:30
README.md Initial commit: React Vite TypeScript project 2026-08-07 13:12:14 +05:30
start.sh adding seller image upload 2026-08-20 18:23:21 +05:30
tsconfig.app.json feat: design alignment and full UI implementation of dashboard and product wizards 2026-08-18 12:22:31 +05:30
tsconfig.json Initial commit: React Vite TypeScript project 2026-08-07 13:12:14 +05:30
tsconfig.node.json Initial commit: React Vite TypeScript project 2026-08-07 13:12:14 +05:30
vite.config.ts version 2 initial commit 2026-08-21 10:43:19 +05:30
vitest.config.ts fixing tha playwright 2026-08-14 15:28:41 +05:30

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.