# InstantSearch.css and specs

## Installation

```
yarn
```

## Launch demo site + assets

```
yarn dev
```

Available at http://localhost:1313

## Build demo site + assets

```
yarn build
```

## Release a new version

Make your changes, commit them and:

```
npm version (major|minor|patch) -m "Version x.x.x"
npm publish
git push origin <tag_name>
```

## Implemented versions

InstantSearch.css is a living standard. This table tracks down the version implemented in each InstantSearch:

| Project | Version |
| ------- | ------- |
| Angular | 7       |
| React   | 7       |
| Vanilla | 7       |
| Vue     | 7       |
