A premium and open source dashboard template with a responsive and high-quality UI.
Tabler Official Documentation https://preview.tabler.io/
This repo demo: https://tabler.fly.dev/
Current Main Branch: rails 7.1 + esbuild
If you already have a development environment set up with Rails, Node.js, Yarn, etc., great! If not, I recommend using the ASDF version manager. You can find installation instructions at https://github.com/asdf-vm.
then install plugins ruby nodejs and yarn
asdf install
gem install bundler
bundle install
yarn install
rake db:setup
./bin/dev