It's made from the source of Volt Dashboard free version. But I did adjustments and enhancements according to my need. If you find the changes good enough then you can also use it and it's completely free. I will try to add more premium features available on pro versions of different bootstrap 5 dashboards over time or you can also contribute into the template. Thank you for checking it out.
Because it made from the source of volt dashboard you can refer their docs from here for utilities and helpers because the changes are not drastic by any means. But the biggest change I think is the build tool and the project structure. I used Vite for the build process.
Want to see the demo ? click here
git clone https://github.com/FahimAnzamDip/haste-dashboard.git
cd to/project/path
npm install
npm run dev
- For final build:
npm run build
- To view the final build:
npm run preview