<img src="./site/assets/img/cd-current.svg" width="256px" />

![https://savandev.github.io/cleanify-design](https://img.shields.io/badge/Cleanify%20Design-v2.2-blue?style=for-the-badge)
![](https://img.shields.io/github/package-json/v/savandev/cleanify-design?color=red&label=next&style=flat-square)
![](https://img.shields.io/badge/LTS-v1.1-orange?&style=flat-square)

## HTML, CSS & JS personal framework

A personal web framework inspired on Bootstrap.

[![NPM Version](https://img.shields.io/npm/v/cleanify-design?color=yellow&style=flat-square)](https://www.npmjs.com/package/cleanify-design)
[![MIT License](https://img.shields.io/github/license/savandev/cleanify-design?style=flat-square)](https://github.com/SavanDev/cleanify-design/blob/master/LICENSE)
[![Depedencies check](https://img.shields.io/librariesio/github/savandev/cleanify-design?style=flat-square)](https://libraries.io/npm/cleanify-design)
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/cleanify-design/badge)](https://www.jsdelivr.com/package/npm/cleanify-design)

# Quick start

- Download from [GitHub releases](https://github.com/SavanDev/cleanify-design/releases).
- Install with [NPM](https://www.npmjs.com/): ```npm install cleanify-design```.
- Clone the repo: ```git clone https://github.com/SavanDev/cleanify-design.git```

# Development

Compile and watch changes (CSS, JS and Docs):
```
npm install
npm start
```

Prepare distribution ZIP:
```
npm run dist
```

> [Techna Sans](https://github.com/carlenlund/techna-sans) made by Carl Enlund under OFL v1.1
