← back to Commercialdesignreps
README.md
30 lines
# commercialdesignreps.com
Commercial design sales-rep directory. Independent reps and showroom agencies covering U.S. commercial, hospitality, healthcare, and contract interior design lines.
## Stack
- Express + EJS (slim, no DB at MVP)
- Seed data in `data/reps.json` (40 reps)
- pm2 port 9922 on Kamatera
- GA4 `G-PRJ51PTW5G`
## Run locally
```bash
npm ci
npm start # → http://localhost:9922
```
## Deploy
Rsync to `root@45.61.58.125:/root/Projects/commercialdesignreps/`, then:
```
npm ci
pm2 start server.js --name commercialdesignreps
pm2 save
```
nginx vhost at `/etc/nginx/sites-enabled/commercialdesignreps.com` proxies port 9922.