Files
website/apps/web/README.md
T

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`