Skip to content

Commit f534739

Browse files
authored
Add Readme
1 parent b0d4a09 commit f534739

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
![alt tag](https://amine1107.github.io/Hexa/assets/hexaLogo.png)
2+
# Hexa
3+
an impressive css animation library, simple and ligh.
4+
5+
## Getting Started
6+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
7+
8+
### Prerequisites
9+
10+
the easiest way to get Hexa is to download it as a file
11+
* [Download](https://amine1107.github.io/Hexa/assets/hexa.css)
12+
### Installation
13+
Install via npm
14+
```
15+
$ npm install hexa-animation
16+
```
17+
Or using bower
18+
```
19+
$ bower install hexa-animation
20+
```
21+
22+
## Running the tests
23+
You can simply add Hexa to your file Html
24+
```html
25+
<link rel="stylesheet" type="text/css" href="hexa.css">
26+
```
27+
### Adding Hexa in your class
28+
```html
29+
<div class="hexa jump"></div>
30+
```
31+
For more Informations visit :
32+
* [Hexa Website](https://amine1107.github.io/Hexa/)
33+
## Author
34+
* Aouane Amine
35+
36+
## Licence
37+
MIT Licence

0 commit comments

Comments
 (0)