Update README.md

This commit is contained in:
Vinicius Reif Biavatti 2020-12-31 18:39:47 +00:00 committed by GitHub
parent 94ab44a568
commit 4502b3a16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,12 @@ TuiCss is a library focused to create web applications using an interface based
<img src="https://raw.githubusercontent.com/vinibiavatti1/TuiCss/develop/resources/TUICSS%20Demo.png" width="676">
### Getting Started
To start to use the TuiCss in your project, you can just download the repository content and import the files that are in the dist folder with the html directives. On the other hand, you can install the package with NPM using the following command:
```bash
$ npm install tuicss
```
### Documentation
Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, components index, examples, styles, or to know how to contribute for this project.