This is the official component library for the Wireshark website, made by the Wireshark Foundation. It's currently a work in progress and will be updated regularly.
After installing this npm package, add the required css file to your site's <head>
tag so that the components have the necessary styles:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/wf-components/public/styles.css"
/>
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321
|
npm run build |
Build your production site to ./dist/
|
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check
|
npm run astro -- --help |
Get help using the Astro CLI |
Learn more about the Wireshark Foundation
Wireshark homepage
Donate to support open-source packet analysis!