mirror of
https://git.meshkee.com/novintrades/website.git
synced 2026-08-11 20:50:58 +04:30
Initial commit: NovinTrades website monorepo.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user