Running The System
# Basic execution
python app.py# Development mode
npm run dev
# or
yarn dev
# Production build
npm run build
npm run start
# or
yarn build
yarn startLast updated
# Basic execution
python app.py# Development mode
npm run dev
# or
yarn dev
# Production build
npm run build
npm run start
# or
yarn build
yarn startLast updated