Files
tehnobox/README.md
ssww23 f2f4e2cdd7
Some checks are pending
Deploy / deploy (push) Waiting to run
2
2026-03-17 02:13:35 +03:00

22 lines
706 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Tehnobox
Laravel 12 интернет-магазин компьютерных комплектующих с витриной, корзиной, избранным, сравнением и админкой.
## Локальный запуск
```bash
cp .env.example .env
composer install
npm install
php artisan key:generate
php artisan migrate
npm run build
php artisan serve --host=0.0.0.0 --port=8080
```
Локально витрина открывается на `http://localhost:8080`. Это не пересекается с `Gitea`, если она уже заняла `3000`.
## Деплой
Production-поток и обновление с GitHub описаны в [DEPLOY.md](DEPLOY.md).