Files
tehnobox/README.md
2026-03-10 00:34:04 +03:00

20 lines
499 B
Markdown
Raw 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.
# PC Shop
Laravel 12 интернет-магазин компьютерных комплектующих с витриной, корзиной, избранным, сравнением и админкой.
## Локальный запуск
```bash
cp .env.example .env
composer install
npm install
php artisan key:generate
php artisan migrate
npm run build
php artisan serve
```
## Деплой
Production-поток и обновление с GitHub описаны в [DEPLOY.md](DEPLOY.md).