You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong><ahref="https://tabler.github.io/demo/">View Demo</a> | <ahref="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a></strong> | <strong><ahref="https://goo.gl/zJP2dT">Join us on Slack</a></strong>
8
8
9
9
<br><br>
10
10
@@ -14,6 +14,7 @@ Premium and Open Source dashboard template with responsive and high quality UI.
We created this admin panel for everyone who wants to create any templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel, that can be used by both, simple websites and sophisticated systems. The only requirement is a basic HTML and CSS knowledge—as a reward, you'll be able to manage and visualize different types of data in the easiest possible way!
18
19
19
20
***Responsive:** With support for mobile, tablet and desktop it doesn’t matter what device you’re using. Tabler is responsive in all major browsers.
@@ -22,6 +23,11 @@ We created this admin panel for everyone who wants to create any templates based
22
23
***Clean Code:** We strictly followed Bootstrap’s guidelines to make your integration as easy as possible. All code is handwritten and W3c valid.
23
24
***Demo pages**: Tabler features over 20 individual pages featuring various components, giving you the freedom of choosing and combining. All components can take variation in color and styling, that can easily be modified using Sass. The sky is the limit!
To use our build system and run our documentation locally, you'll need a copy of Tabler's source files and Node. Follow these steps:
45
+
To use our build system and run documentation locally, you will need a copy of Tabler's source files and Node. Follow the steps below:
40
46
41
-
1.[Download and install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.
42
-
2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.
47
+
1.[Download and install Node.js](https://nodejs.org/download/), which is used to manage our dependencies.
48
+
2. Navigate to the root `/tabler` directory and run `npm install` to install local dependencies listed in `package.json`.
43
49
3.[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/), install [Bundler](https://bundler.io/) with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins.
44
50
45
51
**Windows users:** Read [this guide](https://jekyllrb.com/docs/windows/) to get Jekyll up and running without problems.
46
52
47
-
When completed, you'll be able to run the various commands provided from the command line.
53
+
When completed, you will be able to run the various commands provided in the command line.
0 commit comments