Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/delucis/hyperdrive-speedometer
- Owner: delucis
- Created: 2022-05-03T20:45:22.000Z (over 2 years ago)
- Default Branch: latest
- Last Pushed: 2024-10-16T19:00:59.000Z (27 days ago)
- Last Synced: 2024-10-18T17:54:54.252Z (26 days ago)
- Topics: astro, speedlify
- Language: Astro
- Homepage: https://hyperdrive-speedometer.netlify.app
- Size: 7.7 MB
- Stars: 31
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |