⚠️ This template has been moved to this repo, it will continue to be developed there.
# 1. Clone the repository:
git clone https://github.com/kamona-ui/kui-dashboard-html.git
cd kui-dashboard-html
# 2. Install the dependencies:
yarn install # Using npm
# or
npm install # Using npm
# 3. Start the development server:
yarn dev
# or
npm run dev # Using npm
yarn build # or npm run build
# Preview
yarn previw # or npm run preview