first commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# 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).
|
||||||
Reference in New Issue
Block a user