Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/20b15a853f89658d01857f9bfd5d0ee7b7c8e62b9748e0d78714ca8331d7f6b1b72496562b800468c455008fd977db5b6ab9e60e67d57f013e6ab3306ded1b
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

28 lines
1 KiB
Text

# Lighthouse Stack Packs
[Lighthouse](https://github.com/GoogleChrome/lighthouse) provides developers with guidance to improve their site by auditing for performance, accessibility and other best practices.
Many developers today use different technologies (backend/CMS/JavaScript frameworks) to build their web pages. Instead of only surfacing general recommendations, what if Lighthouse could also provide more relevant and actionable advice depending on the tools used?
**Stack Packs** allow Lighthouse to detect what platform your site is built on and display specific stack-based recommendations. These recommendations are defined and curated by experts from the community.
<p align="center">
<img alt="Prototype" title="Prototype" src="https://raw.githubusercontent.com/GoogleChrome/lighthouse-stack-packs/master/image-example.png">
</p>
## Supported
* AMP
* Angular
* Drupal
* Gatsby
* Magento
* Next.js
* Nuxt
* React
* WordPress
* WP Rocket
## Contributing
Interested in contributing? Please read the [contributing guidelines](./CONTRIBUTING.md)!