clean up stage 1

This commit is contained in:
sdarbinyan
2026-07-05 00:38:21 +04:00
parent eaa830af3f
commit 58b5a4e996
195 changed files with 66 additions and 13717 deletions

View File

@@ -4,7 +4,7 @@ A modern, responsive marketplace application built with Angular 20 that supports
## 🎨 Multi-Brand Support
This project supports **two brands** with the same codebase:
This marketplace supports **two brands** with the same codebase:
- **Dexar Market** - Purple theme (`http://localhost:4200`)
- **Novo Market** - Green theme (`http://localhost:4201`)
@@ -72,7 +72,7 @@ npm run build:novo
```
Output: `dist/novomarket/`
## Project Structure
## Marketplace Structure
```
src/
@@ -247,7 +247,7 @@ sudo certbot --nginx -d novomarket.ru -d www.novomarket.ru
### Deploy Steps
1. Build the project:
1. Build the marketplace:
```bash
npm run build:dexar
npm run build:novo