Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 685 Bytes

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