customizable dashboard for the web.
have a feature request? open a pr!
want to contribute? pick an issue here: bounty link
want to test it out? click here: demo link
To install and run Dashtools locally:
# 1. Clone the repository
git clone https://github.com/tylerguest/dashtools.git
cd dashtools
# 2. Install dependencies
npm install
# 3. Start the development server
npm run dev