Files
Jelaletdin12 63d6c7fb0e first commit
2026-02-08 20:47:13 +05:00

187 B

cp .env.example .env

# Install packages
npm install

# Development
npm run dev

# Production
npm run build

# PM2
pm2 start "npm run start" --name smart-electronics-frontend