WindUI

Installation

Install WindUI and Edit it

Clone Repository

First, clone the WindUI repository from GitHub to your local machine.

git clone https://github.com/Footagesus/WindUI.git

This command will create a copy of the WindUI project in your working directory, allowing you to modify and customize it as needed.

Install Required Tools

Make sure you have:

Bundle WindUI

Once everything is set up, you can bundle WindUI:

  • For development, run:

    npm run dev
  • For production build, run:

    npm run build

On this page