# Knapsack

See [Knapsack docs](https://knapsack.basalt.io) for more info.

## How to install

```bash
npm create knapsack my-design-system
cd my-design-system
npm install
npm start
```
