Rocky_Mountain_Vending/.pnpm-store/v10/files/15/e9313dcfb01af7cd871ed3bcfeaa367950fb0cb2e6bd1237a0578e89b8025b3f8ce1c4c4bf972f3de38b1773a1894e113276ef81e42b519557ff1f7c7e8b4f
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

11 lines
166 B
Text

build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean