The production site lives in site/ (synced from your current exports, e.g. files-4/):
site/
├── index.html # Home (from palisades-live.html)
├── our-story.html
├── the-edit.html
├── CURSOR_DEPLOY.md # Original package notes (also in site/)
└── *.png / *.jpeg # Brand assets (package ships flat; images at root)
The src/ folder is an alternate lighter build (single-page). For the full marketing site, deploy site/.
cd site && python3 -m http.server 8000
# → http://localhost:8000Or from repo root: ./serve.sh (serves site/).
npm install -g netlify-cli
netlify login
netlify deploy --prod --dir siteThis repo includes netlify.toml so Netlify can auto-use site as the publish directory.
vercel --prod
# Set root to `site` when prompted, or use vercel.jsonPush the repo, then Settings → Pages → deploy from branch and set folder to /site (or use an action that publishes site/).
- Maps / dispensary links as needed
- Email signup → real provider
- Custom domain + HTTPS (Netlify/Vercel handle HTTPS)
- Mobile smoke test
- Age gate if required (NJ)
Contact: admin@palisadesgoods.com · Instagram: @puffpalisades