### Install Blades with NPM
Source: https://github.com/anyblades/blades/blob/main/README.md
Install Blades and optionally Pico CSS using npm. Import them into your CSS.
```sh
npm install @anyblades/pico # optional
npm install @anyblades/blades
```
```css
@import "@anyblades/pico"; /* optional */
@import "@anyblades/blades"; /* can be used standalone */
```
--------------------------------
### Starter HTML Template with Blades
Source: https://github.com/anyblades/blades/blob/main/README.md
A basic HTML5 template demonstrating how to integrate Blades CSS.
```html
Hello world!
Hello world!
```
--------------------------------
### Link Blades CSS via CDN
Source: https://github.com/anyblades/blades/blob/main/README.md
Use the jsDelivr CDN to link the minified Blades CSS file in your HTML head.
```html
```
--------------------------------
### Link Blades CSS Manually
Source: https://github.com/anyblades/blades/blob/main/README.md
Include the Blades CSS file directly in the head of your HTML document.
```html
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.