Skip to content

pandatech-io/str-part

Repository files navigation

strpart

This project uses React, React Query, Antd, Zustand, Cypress, and Typescript

Brief list of ENV Variables

Variable Description
VITE_BASE_URL Base API URL for development (since we are using proxy)
example: https://cms.strpart.com/api/v1

Project Setup

yarn

Compile and Minify for Production (don't forget to set env variable first)

npm run build

Commit with commitlint

please check file commitlint.config.cjs for rules