Files
dx4/README.md
T
2026-08-28 15:05:03 +03:00

18 lines
464 B
Markdown

# dx 4
### run
- frontend `bun dev --host`
- backend `cd ./backend-php/`
- make sure that you have `pdo_sqlite`
- oonix `chmod +x ./dev.sh` and then `./dev.sh`
- uindos `cat ./dev.sh | iex` in poersel
### IMPORTANT
- main
- change `API_BASE_URL` in `src/App.jsx`
- dx4dashboard
- change `base` in `vite.config.ts`
- change `API_BASE_URL` and `CLIENT_FRONTEND_URL` in `src/App.jsx`
- backend
- change `ADMIN_PASS` and `API_PATH` in `admin_api.php`