Tabler is a perfect solution if you want to create an interface which is not only user-friendly but also fully responsive. Thanks to the big choice of ready-made components, you can customize your design and adapt it to the needs of even the most demanding users. On top of that, Tabler is an open source solution, continuously developed and improved by the open source community.
To use our build system and run our documentation locally, you’ll need a copy of Tabler’s source files. Follow the steps below:
/tabler
directory and run npm install
to install our local dependencies listed in package.json
.gem install bundler
and, finally, run bundle install
. It will install all Ruby dependencies, such as Jekyll and plugins.C:\Program Files\git\bin
directory and run npm config set script-shell "C:\Program Files\git\bin\bash.exe"
to change the default shell.Once you’ve completed the setup, you’ll be able to run the various commands provided from the command line.
/tabler
directory, run npm run start
in the command line./src
directory will build the application and refresh the page.Found a bug or have a feature request? Please open a new issue.