index.mdx 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ---
  2. title: Introduction
  3. description: Free and open-source HTML Dashboard UI Kit built on Bootstrap
  4. ---
  5. ## What is Tabler?
  6. Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!
  7. ## What are the benefits?
  8. 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.
  9. ![](https://raw.githubusercontent.com/tabler/tabler/dev/src/static/tabler-preview.png)
  10. ## Set up the environment
  11. To use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:
  12. 1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.
  13. 2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.
  14. 3. [Install Ruby](https://ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz).
  15. 4. [Install Bundler](https://bundler.io) with `gem install bundler` and, finally, run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).
  16. ### Windows users
  17. 1. [Install Git](https://git-scm.com/download/win) in `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.
  18. 2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe).
  19. 3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.
  20. Once you've completed the setup, you'll be able to run the various commands provided from the command line.
  21. ## Build Tabler locally
  22. 1. From the root `/tabler` directory, run `npm run start` in the command line.
  23. 2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà.
  24. 3. Any change in `/src` directory will build the application and refresh the page.
  25. ## Bugs and feature requests
  26. Found a bug or have a feature request? [Please open a new issue](https://github.com/tabler/tabler/issues/new).