Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 534 Bytes

File metadata and controls

25 lines (20 loc) · 534 Bytes

About

Status: in progress

Screen Shot 2025-10-07 at 18 23 43

🚀 Build and run

  1. To compile the dev build of the application:
npm run build
  1. To compile a production build of the application:
npm run build:prod
  1. To compile a production build and increase the application version:
npm run build:release
  1. If you want just run the app:
npm run app