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 start

Last updated