Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/delucis/hyperdrive-speedometer

Speedlify for Astro sites
https://github.com/delucis/hyperdrive-speedometer

astro speedlify

Last synced: 12 days ago
JSON representation

Speedlify for Astro sites

Awesome Lists containing this project

README

        

# Hyperdrive Speedometer

This is an [Astro](https://astro.build) site that displays performance metrics for other Astro sites!

It is based on [Zach Leatherman](https://zachleat.com/)’s awesome [Speedlify](https://github.com/zachleat/speedlify/) tool and uses the same underlying measurement techniques.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :----------------------- | :------------------------------------------ |
| `pnpm install` | Installs dependencies |
| `pnpm run collect-stats` | Run Lighthouse tests for all sites |
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build the production site to `./dist/` |
| `pnpm run preview` | Preview the build locally, before deploying |