Installation Guide
To begin using LiteStrap, you first need to install the framework. You can include LiteStrap in your project using one of the following methods:
-
Hosted files: The fastest way to get started is by adding LiteStrap via a link to your HTML file:
<!-- add this line to your index <head> section --> <link rel="stylesheet" href="https://litestrap.dev/dist/litestrap.min.css"> <!-- add this line to the end of your index <body> section --> <script src="https://litestrap.dev/dist/litestrap.min.js"></script>
- Download: Alternatively, you can download the latest version packed with Zip from this link. Unpack it into your project's directory and add to the source code as described above.