mirror of
https://git.meshkee.com/novintrades/website.git
synced 2026-08-11 20:50:58 +04:30
31 lines
559 B
Markdown
31 lines
559 B
Markdown
# Public website
|
|
|
|
English marketing site for NovinTrades.
|
|
|
|
## Dev
|
|
|
|
```bash
|
|
npm run dev:web
|
|
```
|
|
|
|
- http://novintrades.local:5174 (requires `/etc/hosts` → `127.0.0.1 novintrades.local`)
|
|
- http://127.0.0.1:5174
|
|
|
|
## Stack
|
|
|
|
- Vite + React + TypeScript
|
|
- Montserrat
|
|
- Light gray → blue → dark blue gradient theme
|
|
|
|
## Sections / pages
|
|
|
|
Home · About · Contact · Blog list/detail · Reportage list/detail · Brand list/detail
|
|
|
|
## Routes
|
|
|
|
- `/` home
|
|
- `/about` `/contact`
|
|
- `/blog` `/blog/:slug`
|
|
- `/reportages` `/reportages/:slug`
|
|
- `/brands` `/brands/:slug`
|