clean up stage 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user