Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Dec 19, 2023
1 parent 7df8aeb commit 0c26aa4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

UI Library for Vasak Apps and VasakOS. This library is used to create a UI for Vasak Apps and VasakOS. This library is written in CSS and JS.

## Installation

To install this library, you need to run the following command:

```bash
git clone [email protected]:Vasak-OS/libvasak-ui.git
cd libvasak-ui
yarn install
yarn build
sudo cp dist/style.min.css /usr/lib/libvasak-ui/css/style.min.css
```


## How to use

To use this library, you need to add the following code to your HTML file:
Expand Down Expand Up @@ -44,3 +57,14 @@ git push origin feature/my-new-animation
```

5. Create a new Pull Request

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit 0c26aa4

Please sign in to comment.